Returning XML. Client.jar not properly created

Hi. I'm trying to deploy a web service that has some methods that receive Document
as parameter and return Document as result type.
Weblogic generates a client.jar that don't have all the needed classes, like,
LiteralCodec, and many others.
Anybody knows what classes I need?
Thanks

Thanks Manoj.
"SBC" <[email protected]> wrote:
>
I created a RPC web service & it ran fine. After I made changes I downloaded
the
client.jar file. But when I ant on client classes I am getting error
saying that
javac can not find the EJB classes. I looked into client.jar file & it
seems that
my EJB interface class is not there. My wsdl file shows my changes. When
I restarted
the server I did not get any errors so it means my ejb got deployed fine.
When
is the client.jar created?
Any words of advice....
Thanks in advance.

Similar Messages

  • Problem in ABAP Proxy(sometimes XML Messages are not being created)

    Hi,
    I am trying to send the data from ECC to CRM when post goods issue is done for a delivery from ECC side. I called my proxy method in BADI : DELIVERY_PUBLISH.
    And after calling the method, I used commit work also.
    But the problem is, some times it is working fine. and some times the XML messages are not getting created. When I go in debug, looks everything is fine.
    I am unable to understand why this inconsistency.
    Could you please help me out, do I need to take any more precautions.
    Thanks,
    Sandeep

    You mean you can't find any message in SXMB_MONI of your ECC or is it XI where you can't see message?
    If you have not checked in SXMB_MONI of ECC then may be messages are created but they are going into error and that's why you are not able to see any message in XI.

  • ORA-01079: ORACLE database was not properly created, operation aborted

    Hello everyone,
    On Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    My problem is that I've to drop the database as the same is not created properly.
    For that, I get the below error when I try to mount the database.
    ORA-01079: ORACLE database was not properly created, operation aborted
    Also, when I was starting the database specifying the pfile, it was throwing error saying
    ORA-00202: control file: 'D:\ORACLE_10G\DATABASE\CTL1SAMPLEDB.ORA'
    When I specified control_files clause in init.ora I was getting above error, so I tried removing the same but still faced the same error.
    Can anybody help me resolving the problem ... ???
    thanks

    Rossy Rocs wrote:
    Hello everyone,
    On Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    My problem is that I've to drop the database as the same is not created properly.
    For that, I get the below error when I try to mount the database.
    ORA-01079: ORACLE database was not properly created, operation aborted
    Also, when I was starting the database specifying the pfile, it was throwing error saying
    ORA-00202: control file: 'D:\ORACLE_10G\DATABASE\CTL1SAMPLEDB.ORA'
    When I specified control_files clause in init.ora I was getting above error, so I tried removing the same but still faced the same error.
    Can anybody help me resolving the problem ... ???
    thanksyou should be able to do the following on windows from the command line
    oradim -delete -sid sampledbthen remove the D:\ORACLE_10G\DATABASE\ folder from the filesystem (assuming there are only files relating to your db in there.
    finally remove the D:\ORACLE_10G\ADMIN\SAMPLEDB folder structure assuming it exists.
    Niall Litchfield
    http://www.orawin.info

  • XML document could not be created because server memory is low( SCOM 2012 R2).

    Hi 
    I am facing below issue in the scom 2012 r2.
    please find the error below 
    On SCOM MS:
    Alert name :Data Warehouse relationship synchronization process failed to write data 
    Alert description :Data Warehouse relationship synchronization process failed to write data to the Data Warehouse database. Failed to store data
    in the Data Warehouse. The operation will be retried.
    Exception 'SqlException': Sql execution failed. Error 6624, Level 16, State 1, Procedure sp_xml_preparedocument, Line 1, Message: XML document could not be created because server memory is low. Use sp_xml_removedocument to release XML documents.
    Event id in Operation log:  
    Event id :33333 
    Data Access Layer rejected retry on SqlError:
     Request: DataWarehouseSynchConfigChangeTypeGet -- (InstalledManagementPackXml=<ManagementPacks><ManagementPack>7b9f4239-7351-e72b-4ce4-d6c56ddb401d</ManagementPack><ManagementPack>848edb97-9da5-e2ae-24d4-56...),
    (RETURN_VALUE=-6)
     Class: 16
     Number: 6624
     Message: XML document could not be created because server memory is low. Use sp_xml_removedocument
    to release XML documents.
    ON SCOM DB server:
    SQL version : SQL 2012 SP1 X64 bit Host all SCOm db (SCOM DB,SCOM DW,Reporting)
    Ervent id : 28005 ,Application log,source: MSSQLSERVER
    Please suggest me in this regard.
    Thanks 
    sridhar v

    For fix error 33333, you can refer below links
    http://opsmgradmin.blogspot.com/2011/05/scom-event-id-33333-in-scom-from-source.html
    http://systemcenterblog.blogspot.com/2009/11/error-id-33333-data-access-layer.html
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Jaxm-client.jar NOT Found

    I'm currently doin some research and I downloaded the newest Summer Pack. But when I ran a sample program it says,
    javax.xml.soap.SOAPException: Unable to create message factory for SOAP: Provider com.sun.xml.messaging.soap.MessageFactoryImpl not found
    I went into the java forums it says to put the provider.jar and the jaxm-client.jar in the Path. I found the provider.jar in a WAR file, But was simply unable to find the jaxm-client.jar!! If you can please clarify this I'd be extremely grateful.
    Thanking in advance,
    Sumudu

    use recent samples: jaxm-client.jar is now replaced by saaj-ri.jar
    the default implementation of the message factory is now com.sun.xml.messaging.soap.saaj.MessageFactoryImpl, and no longer com.sun.xml.messaging.soap.MessageFactoryImpl !

  • Client.jar not updated

    I created a RPC web service & it ran fine. After I made changes I downloaded the
    client.jar file. But when I ant on client classes I am getting error saying that
    javac can not find the EJB classes. I looked into client.jar file & it seems that
    my EJB interface class is not there. My wsdl file shows my changes. When I restarted
    the server I did not get any errors so it means my ejb got deployed fine. When
    is the client.jar created?
    Any words of advice....
    Thanks in advance.

    Thanks Manoj.
    "SBC" <[email protected]> wrote:
    >
    I created a RPC web service & it ran fine. After I made changes I downloaded
    the
    client.jar file. But when I ant on client classes I am getting error
    saying that
    javac can not find the EJB classes. I looked into client.jar file & it
    seems that
    my EJB interface class is not there. My wsdl file shows my changes. When
    I restarted
    the server I did not get any errors so it means my ejb got deployed fine.
    When
    is the client.jar created?
    Any words of advice....
    Thanks in advance.

  • Idoc to XML, namespace is not getting created in output XML

    Hi All
    My interface is idoc to XML.
    I am using graphical message mapping.
    In output xml , namespace is not  formed
    Can any one tell why namespace is not  created in the XML and
    How to add the  namespace to the  output XML .
    Kindly help
    Regards,
    Sheela

    Hi,
    You can change your external definition to achieve it.  just compare the structure of your xsd with some other normal data type xsd and change accordingly.
    Inder

  • Moved CA to new server, CRL not properly created.

    I need some advice on this one, I moved our CA to a new OES11 server and at the end of the CA import it gave me a page long java error about how it could not create the CRL.
    The certificate and CA itself seem to be working fine, iManager updated the server certs without issues.
    When I check the CA it *does* show the CRL but when I try to check it, it will hang and eventually show a blank screen.
    I'm not sure how to proceed on this one, I don't know if the server hosting the CA requires any special configuration for it to be hosting the CRL as well.
    There is a CRL container under our security container but there is not a lot of info in the objects contained within.

    Originally Posted by Conz
    I need some advice on this one, I moved our CA to a new OES11 server and at the end of the CA import it gave me a page long java error about how it could not create the CRL.
    The certificate and CA itself seem to be working fine, iManager updated the server certs without issues.
    When I check the CA it *does* show the CRL but when I try to check it, it will hang and eventually show a blank screen.
    I'm not sure how to proceed on this one, I don't know if the server hosting the CA requires any special configuration for it to be hosting the CRL as well.
    There is a CRL container under our security container but there is not a lot of info in the objects contained within.
    No special configuration needed..... you could retry deleting the CA object, and recreating with an import. Maybe try another browser/client where your are doing the iManager import (or if the import fails again/shows the error, possibly another server where you have iManager running).
    Just as a reference, FireFox has always worked well for me when moving the eDir CA.
    Cheers,
    Willem

  • In Mail, clicking on a date does not properly create an iCal event

    If I click on a time/date in an email, a miniature calendar pops up showing the event as best as Mail can parse it. There are also two buttons: Edit and Add to iCal. If I click on Edit, I get a chance to change some of the parameters of the event, and then there's a Creat button. If I click on this, however, no event is created in iCal. Nor is one created if I just clicked on the original Add to iCal button. Am I doing something wrong?

    Greetings,
    Go to Apple > Software Update and install all available updates until no more are offered.
    On iPad go to Settings > General > Software Update and install any updates.
    Follow this article for issues with calendars: http://support.apple.com/kb/TS2481
    Hope that helps.

  • Client Jar packing with common-ant.xml - Why is (EJ)Bean class included ?

    Hi,
    I'm using for all my projects the same build mechanism as in the samples.
    This property
    <property name="add.ejbjarclasses.to.clientjar" value="true"/> let Ant copy the EJB classes into the client jar. Fine so far.
    But I've seen in my projects and in the samples, that the client jars not only contain the necessary home and remote classes, they also contain the (EJ) Bean class.
    Why?
    *1.)* Is this just a snugness in the ant tasks of common-ant.xml or is there good reason for this?
    *2.)* Are you ignoring that or do you prevent somehow, that this not necessary class is in the client jar.
    best regards

    The <empty> target list will appear whenever JDeveloper has trouble parsing the Ant XML document. In this case, it is because of the reference to the common-build.xml file. See the thread named "Building with Ant" in this forum, where this issue was recently discussed:
    Re: How to bold a label ?
    The end result of that discussion was that, due to a bug in JDeveloper, you need to specify the full URI to the included file. In a future release we will allow the use of relative URI's.
    -Matt Hawkins, JDeveloper Team

  • CUPS error: client-error-not-authorized

    Hello,
    some days ago I followed the wiki and installed a printer (HP Laserjet 1020) that uses the driver foo2zjs (from AUR). It didn't print anything in the beginning, but after blacklisting usblp module it printed a Test Page. Believing that everything was working fine, I unfortunately did not try to print any other document to check it.
    Now, trying to print a document for the first time, the printer simply prints nothing, and the log file shows this error message: client-error-not-authorized.
    There's no network here and the printer is connected directly to the computer. Both the regular and root users are included in the lp group. The hostname from /etc/hosts is localhost.
    Here is a copy of cupsd.conf in case it may be helpful:
    /etc/cups/cupsd.conf
    # "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
    # Sample configuration file for the CUPS scheduler. See "man cupsd.conf" for a
    # complete description of this file.
    # Log general information in error_log - change "warn" to "debug"
    # for troubleshooting...
    LogLevel warn
    # Administrator user group...
    SystemGroup sys root
    # Only listen for connections from the local machine.
    Listen localhost:631
    Listen /var/run/cups/cups.sock
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseLocalProtocols CUPS dnssd
    # Default authentication type, when authentication is required...
    DefaultAuthType Basic
    # Web interface setting...
    WebInterface Yes
    # Restrict access to the server...
    <Location />
    Order allow,deny
    Allow localhost
    Allow all
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    Order allow,deny
    Allow localhost
    Allow all
    </Location>
    # Restrict access to configuration files...
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    Allow localhost
    </Location>
    # Set the default printer/job policies...
    <Policy default>
    # Job/subscription privacy...
    JobPrivateAccess default
    JobPrivateValues default
    SubscriptionPrivateAccess default
    SubscriptionPrivateValues default
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # Set the authenticated printer/job policies...
    <Policy authenticated>
    # Job/subscription privacy...
    JobPrivateAccess default
    JobPrivateValues default
    SubscriptionPrivateAccess default
    SubscriptionPrivateValues default
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
    The only change that I made to the file was *allowing* some things (trying to fix it), but nothing happened.
    And here is the CUPS error log after trying to print many times:
    localhost:631/admin/log/error_log
    E [23/Feb/2012:00:58:33 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:00:58:41 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:00:58:51 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:11:45 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:13:17 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:32 -0200] Returning IPP client-error-not-authorized for Create-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:41 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:51 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:18:00 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:21:57 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:22:22 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:04 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:04 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:13 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:28 -0200] Returning IPP client-error-not-authorized for Create-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:31 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:28:14 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:33:44 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    If you need any more details please ask!
    Any help would be very useful!
    Thanks!

    Hello,
    some days ago I followed the wiki and installed a printer (HP Laserjet 1020) that uses the driver foo2zjs (from AUR). It didn't print anything in the beginning, but after blacklisting usblp module it printed a Test Page. Believing that everything was working fine, I unfortunately did not try to print any other document to check it.
    Now, trying to print a document for the first time, the printer simply prints nothing, and the log file shows this error message: client-error-not-authorized.
    There's no network here and the printer is connected directly to the computer. Both the regular and root users are included in the lp group. The hostname from /etc/hosts is localhost.
    Here is a copy of cupsd.conf in case it may be helpful:
    /etc/cups/cupsd.conf
    # "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
    # Sample configuration file for the CUPS scheduler. See "man cupsd.conf" for a
    # complete description of this file.
    # Log general information in error_log - change "warn" to "debug"
    # for troubleshooting...
    LogLevel warn
    # Administrator user group...
    SystemGroup sys root
    # Only listen for connections from the local machine.
    Listen localhost:631
    Listen /var/run/cups/cups.sock
    # Show shared printers on the local network.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseLocalProtocols CUPS dnssd
    # Default authentication type, when authentication is required...
    DefaultAuthType Basic
    # Web interface setting...
    WebInterface Yes
    # Restrict access to the server...
    <Location />
    Order allow,deny
    Allow localhost
    Allow all
    </Location>
    # Restrict access to the admin pages...
    <Location /admin>
    Order allow,deny
    Allow localhost
    Allow all
    </Location>
    # Restrict access to configuration files...
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    Allow localhost
    </Location>
    # Set the default printer/job policies...
    <Policy default>
    # Job/subscription privacy...
    JobPrivateAccess default
    JobPrivateValues default
    SubscriptionPrivateAccess default
    SubscriptionPrivateValues default
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # Set the authenticated printer/job policies...
    <Policy authenticated>
    # Job/subscription privacy...
    JobPrivateAccess default
    JobPrivateValues default
    SubscriptionPrivateAccess default
    SubscriptionPrivateValues default
    # Job-related operations must be done by the owner or an administrator...
    <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    # Only the owner or an administrator can cancel or authenticate a job...
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    # End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
    The only change that I made to the file was *allowing* some things (trying to fix it), but nothing happened.
    And here is the CUPS error log after trying to print many times:
    localhost:631/admin/log/error_log
    E [23/Feb/2012:00:58:33 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:00:58:41 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:00:58:51 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:11:45 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:13:17 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:32 -0200] Returning IPP client-error-not-authorized for Create-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:41 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:17:51 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:18:00 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:21:57 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:22:22 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:04 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:04 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:13 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:28 -0200] Returning IPP client-error-not-authorized for Create-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:23:31 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:28:14 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    E [23/Feb/2012:01:33:44 -0200] Returning IPP client-error-not-authorized for Print-Job (ipp://localhost:631/printers/HP_LaserJet_1020) from localhost
    If you need any more details please ask!
    Any help would be very useful!
    Thanks!

  • "package javax.xml .rpc does not exist" error when compiling client jar

    When I try to compile the web services client jar with either the clientgen or the <client> element of servicegen I get the following error "package weblogic.webservice.core.rpc does not exist"
    Here is the error output
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService_Impl.java:10: package weblogic.webservice.core.rpc does not exist
    [servicegen] extends weblogic.webservice.core.rpc.ServiceImpl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:9: package javax.xml.rpc does not exist
    [servicegen] public interface OSHService extends javax.xml.rpc.Service{
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:11: package weblogic.webservice.context does not exist
    [servicegen] weblogic.webservice.context.WebServiceContext context();
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:13: package weblogic.webservice.context does not exist
    [servicegen] weblogic.webservice.context.WebServiceContext joinContext()
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:14: package weblogic.webservice.context does not exist
    [servicegen] throws weblogic.webservice.context.ContextNotFoundException;
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:16: package javax.xml.rpc does not exist
    [servicegen] com.onexchange.tools.osh.client.OSHServicePort getOSHServicePort() throws javax.xml.rpc.ServiceException;
    [servicegen]
    ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_clie
    nt.jar-610368643\com\onexchange\tools\osh\client\OSHService.java:18: package javax.xml.rpc does not exist
    [servicegen] com.onexchange.tools.osh.client.OSHServicePort getOSHServicePort(String username, String password) throws javax.xml.rpc.ServiceException;
    [servicegen]
    ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:9: package weblogic.webservice.core.rpc does not exist
    [servicegen] extends weblogic.webservice.core.rpc.StubImpl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_clie
    nt.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:12: package weblogic.webservice does not exist
    [servicegen] public OSHServicePort_Stub( weblogic.webservice.Port _port ){
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService_Impl.java:9: com.onexchange.tools.osh.client.OSHService_Impl should be declared abstract; it does not define context() in com.onexchange.tools.osh.client.OSHService_Impl
    [servicegen] public class OSHService_Impl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_clie
    nt.jar-610368643\com\onexchange\tools\osh\client\OSHService_Impl.java:40: cannot
    resolve symbol
    [servicegen] symbol : method _getPort (java.lang.String)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHService_Impl
    [servicegen] new com.onexchange.tools.osh.client.OSHServicePort_Stub( _g
    etPort( "OSHServicePort" ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHService_Impl.java:49: cannot
    resolve symbol
    [servicegen] symbol : method _setUser (java.lang.String,java.lang.String,com.on
    exchange.tools.osh.client.OSHServicePort)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHService_Impl
    [servicegen] _setUser( username, password, getOSHServicePort() );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:24: ca
    nnot resolve symbol
    [servicegen] symbol : method _wrap (java.lang.String)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] args.put( "string", wrap( string ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:25: ca
    nnot resolve symbol
    [servicegen] symbol : method _wrap (java.lang.String)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] args.put( "string0", wrap( string0 ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:27: ca
    nnot resolve symbol
    [servicegen] symbol : method _invoke (java.lang.String,java.util.HashMap)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] java.lang.Object result = invoke( "login", _args );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:29: pa
    ckage javax.xml.rpc does not exist
    [servicegen] } catch (javax.xml.rpc.JAXRPCException e) {
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:31: pa
    ckage javax.xml.rpc.soap does not exist
    [servicegen] } catch (javax.xml.rpc.soap.SOAPFaultException e) {
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:44: ca
    nnot resolve symbol
    [servicegen] symbol : method _wrap (java.lang.String)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] args.put( "string", wrap( string ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:45: ca
    nnot resolve symbol
    [servicegen] symbol : method _wrap (java.lang.String)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] args.put( "string0", wrap( string0 ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:47: ca
    nnot resolve symbol
    [servicegen] symbol : method _invoke (java.lang.String,java.util.HashMap)
    [servicegen] location: class com.onexchange.tools.osh.client.OSHServicePort_Stub
    [servicegen] java.lang.Object result = invoke( "oshRequest", _args );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:49: pa
    ckage javax.xml.rpc does not exist
    [servicegen] } catch (javax.xml.rpc.JAXRPCException e) {
    [servicegen] ^
    [servicegen] C:\Documents and Settings\fkhan\Local Settings\Temp\OSHService_client.jar-610368643\com\onexchange\tools\osh\client\OSHServicePort_Stub.java:51: pa
    ckage javax.xml.rpc.soap does not exist
    [servicegen] } catch (javax.xml.rpc.soap.SOAPFaultException e) {
    [servicegen] ^
    [servicegen] 22 errors
    [servicegen] java.io.IOException: Compiler failed executable.exec
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(Comp
    ilerInvoker.java:470)
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok
    er.java:329)
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvok
    er.java:337)
    [servicegen] at weblogic.webservice.tools.build.internal.CompilerHelper.compi
    leFiles(CompilerHelper.java:80)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.compil
    eStubs(ClientGenImpl.java:608)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.genera
    teStub(ClientGenImpl.java:553)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.doClie
    ntGenFromEAR(ClientGenImpl.java:502)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.run(Cl
    ientGenImpl.java:348)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.g
    enerateClient(ServiceGenTask.java:597)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.e
    xecute(ServiceGenTask.java:195)
    [servicegen] at org.apache.tools.ant.Task.perform(Task.java:341)
    [servicegen] at org.apache.tools.ant.Target.execute(Target.java:309)
    [servicegen] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [servicegen] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [servicegen] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [servicegen] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [servicegen] at org.apache.tools.ant.Main.start(Main.java:196)
    [servicegen] at org.apache.tools.ant.Main.main(Main.java:235)
    BUILD FAILED
    Below is the -debug from the ant task immediately following:
    <target name="web-service" depends="osh_bean_jar">
    <servicegen
    destEar="${build}/osh_service"
    warName="osh_service.war"
    contextURI="web_services" >
    <service
    ejbJar="${dist}/osh_bean.jar"     
    targetNamespace="http://www.bea.com/webservices/basic/statelesSession"
    serviceName="OSHService"
    serviceURI="/OSHService"
    generateTypes="True"
    expandMethods="True"
    style="rpc">
    <client
    packageName="com.onexchange.tools.osh.client" />
    </service>
    </servicegen>
    </target>
    Apache Ant version 1.5.3 compiled on August 13 2003
    Buildfile: \onexv3.x\src\antfile\osh.xml
    Detected Java version: 1.4 in: C:\bea\JDK141~1\jre
    Detected OS: Windows 2000
    +User task: propertyfile     org.apache.tools.ant.taskdefs.optional.PropertyFile
    +User task: vsscheckin     org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKIN
    +User task: sql     org.apache.tools.ant.taskdefs.SQLExec
    +User task: cvspass     org.apache.tools.ant.taskdefs.CVSPass
    +User task: p4reopen     org.apache.tools.ant.taskdefs.optional.perforce.P4Reopen
    +User task: csc     org.apache.tools.ant.taskdefs.optional.dotnet.CSharp
    +User task: dirname     org.apache.tools.ant.taskdefs.Dirname
    +User task: wlrun     org.apache.tools.ant.taskdefs.optional.ejb.WLRun
    +User task: servicegen     weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask
    +User task: p4label     org.apache.tools.ant.taskdefs.optional.perforce.P4Label
    +User task: p4revert     org.apache.tools.ant.taskdefs.optional.perforce.P4Revert
    +User task: replaceregexp     org.apache.tools.ant.taskdefs.optional.ReplaceRegExp
    +User task: ddcreate     weblogic.ant.taskdefs.build.DDCreateTask
    +User task: get     org.apache.tools.ant.taskdefs.Get
    +User task: jjtree     org.apache.tools.ant.taskdefs.optional.javacc.JJTree
    +User task: sleep     org.apache.tools.ant.taskdefs.Sleep
    +User task: jarlib-display     org.apache.tools.ant.taskdefs.optional.extension.JarLibDisplayTask
    +User task: dependset     org.apache.tools.ant.taskdefs.DependSet
    +User task: zip     org.apache.tools.ant.taskdefs.Zip
    +User task: patch     org.apache.tools.ant.taskdefs.Patch
    +User task: jspc     weblogic.ant.taskdefs.j2ee.Jspc
    +User task: style     org.apache.tools.ant.taskdefs.XSLTProcess
    +User task: test     org.apache.tools.ant.taskdefs.optional.Test
    +User task: tstamp     org.apache.tools.ant.taskdefs.Tstamp
    +User task: unwar     org.apache.tools.ant.taskdefs.Expand
    +User task: vsshistory     org.apache.tools.ant.taskdefs.optional.vss.MSVSSHISTORY
    +User task: icontract     org.apache.tools.ant.taskdefs.optional.IContract
    +User task: cvschangelog     org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
    +User task: p4submit     org.apache.tools.ant.taskdefs.optional.perforce.P4Submit
    +User task: ccmcheckin     org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckin
    +User task: p4change     org.apache.tools.ant.taskdefs.optional.perforce.P4Change
    +User task: bzip2     org.apache.tools.ant.taskdefs.BZip2
    +User task: wspackage     weblogic.ant.taskdefs.webservices.wspackage.WSPackage
    +User task: p4delete     org.apache.tools.ant.taskdefs.optional.perforce.P4Delete
    +User task: vssadd     org.apache.tools.ant.taskdefs.optional.vss.MSVSSADD
    +User task: javadoc     org.apache.tools.ant.taskdefs.Javadoc
    +User task: translate     org.apache.tools.ant.taskdefs.optional.i18n.Translate
    +User task: signjar     org.apache.tools.ant.taskdefs.SignJar
    +User task: vajload     org.apache.tools.ant.taskdefs.optional.ide.VAJLoadProjects
    +User task: jarlib-available     org.apache.tools.ant.taskdefs.optional.extension.JarLibAvailableTask
    +User task: wsdd-merge     weblogic.ant.taskdefs.webservices.autotype.DDMerge
    +User task: WsdlToDotnet     org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet
    +User task: buildnumber     org.apache.tools.ant.taskdefs.BuildNumber
    +User task: jpcovmerge     org.apache.tools.ant.taskdefs.optional.sitraka.CovMerge
    +User task: compliance     weblogic.ant.taskdefs.webservices.compliance.Compliance
    +User task: ejbjar     org.apache.tools.ant.taskdefs.optional.ejb.EjbJar
    Could not load class (weblogic.ant.taskdefs.perforce.P4Changes) for task p4changes
    +User task: war     org.apache.tools.ant.taskdefs.War
    Could not load a dependent class (com/starbase/starteam/Item) for task stlist
    +User task: rename     org.apache.tools.ant.taskdefs.Rename
    +User task: sequential     org.apache.tools.ant.taskdefs.Sequential
    +User task: serverdeploy     org.apache.tools.ant.taskdefs.optional.j2ee.ServerDeploy
    +User task: wsdlgen     weblogic.ant.taskdefs.webservices.wsdlgen.WSDLGen
    +User task: property     org.apache.tools.ant.taskdefs.Property
    +User task: move     org.apache.tools.ant.taskdefs.Move
    +User task: copydir     org.apache.tools.ant.taskdefs.Copydir
    +User task: cccheckin     org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckin
    +User task: wljspc     org.apache.tools.ant.taskdefs.optional.jsp.WLJspc
    +User task: fixcrlf     org.apache.tools.ant.taskdefs.FixCRLF
    Could not load a dependent class (com/oroinc/net/SocketClient) for task telnet
    +User task: sosget     org.apache.tools.ant.taskdefs.optional.sos.SOSGet
    Could not load class (weblogic.ant.taskdefs.perforce.P4VersionString) for task p4versionstring
    +User task: pathconvert     org.apache.tools.ant.taskdefs.PathConvert
    +User task: autotype     weblogic.ant.taskdefs.webservices.javaschema.JavaSchema
    +User task: record     org.apache.tools.ant.taskdefs.Recorder
    +User task: p4sync     org.apache.tools.ant.taskdefs.optional.perforce.P4Sync
    +User task: exec     org.apache.tools.ant.taskdefs.ExecTask
    +User task: p4edit     org.apache.tools.ant.taskdefs.optional.perforce.P4Edit
    +User task: manifest     org.apache.tools.ant.taskdefs.ManifestTask
    +User task: maudit     org.apache.tools.ant.taskdefs.optional.metamata.MAudit
    +User task: antlr     org.apache.tools.ant.taskdefs.optional.ANTLR
    +User task: netrexxc     org.apache.tools.ant.taskdefs.optional.NetRexxC
    Could not load a dependent class (com/oroinc/net/ftp/FTP) for task ftp
    +User task: jpcovreport     org.apache.tools.ant.taskdefs.optional.sitraka.CovReport
    +User task: wsdl2service     weblogic.ant.taskdefs.webservices.wsdl2service.WSDL2Service
    +User task: execon     org.apache.tools.ant.taskdefs.ExecuteOn
    +User task: ccmcheckout     org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckout
    +User task: ant     org.apache.tools.ant.taskdefs.Ant
    +User task: xmlvalidate     org.apache.tools.ant.taskdefs.optional.XMLValidateTask
    +User task: xslt     org.apache.tools.ant.taskdefs.XSLTProcess
    +User task: iplanet-ejbc     org.apache.tools.ant.taskdefs.optional.ejb.IPlanetEjbcTask
    +User task: ccmcheckintask     org.apache.tools.ant.taskdefs.optional.ccm.CCMCheckinDefault
    +User task: gzip     org.apache.tools.ant.taskdefs.GZip
    +User task: native2ascii     org.apache.tools.ant.taskdefs.optional.Native2Ascii
    +User task: starteam     org.apache.tools.ant.taskdefs.optional.scm.AntStarTeamCheckOut
    +User task: ear     org.apache.tools.ant.taskdefs.Ear
    +User task: input     org.apache.tools.ant.taskdefs.Input
    +User task: wlpath     weblogic.ant.taskdefs.WLPath
    +User task: pointbase     weblogic.ant.taskdefs.pointbase.PointBase
    +User task: rmic     weblogic.ant.taskdefs.j2ee.Rmic
    +User task: checksum     org.apache.tools.ant.taskdefs.Checksum
    +User task: mail     org.apache.tools.ant.taskdefs.email.EmailTask
    +User task: loadfile     org.apache.tools.ant.taskdefs.LoadFile
    +User task: wsgen     weblogic.ant.taskdefs.webservices.wsgen.WSGenTask
    +User task: vsscheckout     org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKOUT
    +User task: stylebook     org.apache.tools.ant.taskdefs.optional.StyleBook
    +User task: soscheckin     org.apache.tools.ant.taskdefs.optional.sos.SOSCheckin
    +User task: mimemail     org.apache.tools.ant.taskdefs.optional.net.MimeMail
    +User task: stlabel     org.apache.tools.ant.taskdefs.optional.starteam.StarTeamLabel
    +User task: gunzip     org.apache.tools.ant.taskdefs.GUnzip
    +User task: concat     org.apache.tools.ant.taskdefs.Concat
    +User task: cab     org.apache.tools.ant.taskdefs.optional.Cab
    +User task: touch     org.apache.tools.ant.taskdefs.Touch
    +User task: parallel     org.apache.tools.ant.taskdefs.Parallel
    +User task: splash     org.apache.tools.ant.taskdefs.optional.splash.SplashTask
    +User task: antcall     org.apache.tools.ant.taskdefs.CallTarget
    Could not load class (weblogic.ant.taskdefs.ejb.DDInit) for task ddinit
    +User task: cccheckout     org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckout
    +User task: typedef     org.apache.tools.ant.taskdefs.Typedef
    +User task: p4have     org.apache.tools.ant.taskdefs.optional.perforce.P4Have
    +User task: filter     org.apache.tools.ant.taskdefs.Filter
    +User task: xmlproperty     org.apache.tools.ant.taskdefs.XmlProperty
    Could not load a dependent class (jdepend/xmlui/JDepend) for task jdepend
    +User task: copy     org.apache.tools.ant.taskdefs.Copy
    +User task: clientgen     weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask
    +User task: createidl     weblogic.ant.taskdefs.iiop.CppIdlSetup
    +User task: antstructure     org.apache.tools.ant.taskdefs.AntStructure
    Could not load a dependent class (com/ibm/bsf/BSFException) for task script
    +User task: ccmcreatetask     org.apache.tools.ant.taskdefs.optional.ccm.CCMCreateTask
    +User task: rpm     org.apache.tools.ant.taskdefs.optional.Rpm
    +User task: delete     org.apache.tools.ant.taskdefs.Delete
    +User task: replace     org.apache.tools.ant.taskdefs.Replace
    +User task: mmetrics     org.apache.tools.ant.taskdefs.optional.metamata.MMetrics
    +User task: waitfor     org.apache.tools.ant.taskdefs.WaitFor
    +User task: untar     org.apache.tools.ant.taskdefs.Untar
    +User task: loadproperties     org.apache.tools.ant.taskdefs.LoadProperties
    +User task: wldeploy     weblogic.ant.taskdefs.management.WLDeploy
    +User task: available     org.apache.tools.ant.taskdefs.Available
    +User task: echoproperties     org.apache.tools.ant.taskdefs.optional.EchoProperties
    Could not load a dependent class (junit/framework/TestListener) for task junit
    Could not load a dependent class (com/starbase/starteam/Item) for task stcheckin
    +User task: vajexport     org.apache.tools.ant.taskdefs.optional.ide.VAJExport
    Could not load a dependent class (com/starbase/starteam/Item) for task stcheckout
    +User task: bunzip2     org.apache.tools.ant.taskdefs.BUnzip2
    +User task: copyfile     org.apache.tools.ant.taskdefs.Copyfile
    +User task: wlserver     weblogic.ant.taskdefs.management.WLServer
    +User task: vsscreate     org.apache.tools.ant.taskdefs.optional.vss.MSVSSCREATE
    +User task: wlconfig     weblogic.ant.taskdefs.management.WLConfig
    +User task: ejbc     weblogic.ant.taskdefs.j2ee.Ejbc
    +User task: unjar     org.apache.tools.ant.taskdefs.Expand
    +User task: wsdltodotnet     org.apache.tools.ant.taskdefs.optional.dotnet.WsdlToDotnet
    +User task: wlcompile     weblogic.ant.taskdefs.build.WLCompileTask
    +User task: mkdir     org.apache.tools.ant.taskdefs.Mkdir
    +User task: cvs     org.apache.tools.ant.taskdefs.Cvs
    +User task: condition     org.apache.tools.ant.taskdefs.ConditionTask
    +User task: tempfile     org.apache.tools.ant.taskdefs.TempFile
    +User task: junitreport     org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
    +User task: taskdef     org.apache.tools.ant.taskdefs.Taskdef
    +User task: echo     org.apache.tools.ant.taskdefs.Echo
    +User task: ccupdate     org.apache.tools.ant.taskdefs.optional.clearcase.CCUpdate
    +User task: java     org.apache.tools.ant.taskdefs.Java
    +User task: vsslabel     org.apache.tools.ant.taskdefs.optional.vss.MSVSSLABEL
    +User task: renameext     org.apache.tools.ant.taskdefs.optional.RenameExtensions
    +User task: basename     org.apache.tools.ant.taskdefs.Basename
    +User task: javadoc2     org.apache.tools.ant.taskdefs.Javadoc
    +User task: tar     org.apache.tools.ant.taskdefs.Tar
    +User task: vsscp     org.apache.tools.ant.taskdefs.optional.vss.MSVSSCP
    +User task: vajimport     org.apache.tools.ant.taskdefs.optional.ide.VAJImport
    +User task: setproxy     org.apache.tools.ant.taskdefs.optional.net.SetProxy
    +User task: p4counter     org.apache.tools.ant.taskdefs.optional.perforce.P4Counter
    +User task: wlstop     org.apache.tools.ant.taskdefs.optional.ejb.WLStop
    +User task: ilasm     org.apache.tools.ant.taskdefs.optional.dotnet.Ilasm
    +User task: soscheckout     org.apache.tools.ant.taskdefs.optional.sos.SOSCheckout
    +User task: apply     org.apache.tools.ant.taskdefs.Transform
    +User task: ccuncheckout     org.apache.tools.ant.taskdefs.optional.clearcase.CCUnCheckout
    +User task: jarlib-resolve     org.apache.tools.ant.taskdefs.optional.extension.JarLibResolveTask
    +User task: jlink     org.apache.tools.ant.taskdefs.optional.jlink.JlinkTask
    +User task: cvstagdiff     org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff
    +User task: javacc     org.apache.tools.ant.taskdefs.optional.javacc.JavaCC
    +User task: chmod     org.apache.tools.ant.taskdefs.Chmod
    +User task: pvcs     org.apache.tools.ant.taskdefs.optional.pvcs.Pvcs
    +User task: jarlib-manifest     org.apache.tools.ant.taskdefs.optional.extension.JarLibManifestTask
    +User task: jar     org.apache.tools.ant.taskdefs.Jar
    +User task: sound     org.apache.tools.ant.taskdefs.optional.sound.SoundTask
    +User task: wlappc     weblogic.ant.taskdefs.j2ee.Appc
    +User task: mparse     org.apache.tools.ant.taskdefs.optional.metamata.MParse
    +User task: blgenclient     org.apache.tools.ant.taskdefs.optional.ejb.BorlandGenerateClient
    +User task: uptodate     org.apache.tools.ant.taskdefs.UpToDate
    +User task: genkey     org.apache.tools.ant.taskdefs.GenerateKey
    +User task: javah     org.apache.tools.ant.taskdefs.optional.Javah
    +User task: ccmreconfigure     org.apache.tools.ant.taskdefs.optional.ccm.CCMReconfigure
    +User task: fail     org.apache.tools.ant.taskdefs.Exit
    +User task: unzip     org.apache.tools.ant.taskdefs.Expand
    +User task: javac     org.apache.tools.ant.taskdefs.Javac
    +User task: source2wsdd     weblogic.ant.taskdefs.webservices.autotype.JavaSource2DD
    +User task: p4add     org.apache.tools.ant.taskdefs.optional.perforce.P4Add
    +User task: jpcoverage     org.apache.tools.ant.taskdefs.optional.sitraka.Coverage
    +User task: soslabel     org.apache.tools.ant.taskdefs.optional.sos.SOSLabel
    +User task: depend     org.apache.tools.ant.taskdefs.optional.depend.Depend
    +User task: wlpackage     weblogic.ant.taskdefs.build.WLPackageTask
    +User task: vssget     org.apache.tools.ant.taskdefs.optional.vss.MSVSSGET
    +User task: deltree     org.apache.tools.ant.taskdefs.Deltree
    +User task: ddcreator     org.apache.tools.ant.taskdefs.optional.ejb.DDCreator
    +User datatype: patternset     org.apache.tools.ant.types.PatternSet
    +User datatype: filterset     org.apache.tools.ant.types.FilterSet
    +User datatype: libfileset     org.apache.tools.ant.taskdefs.optional.extension.LibFileSet
    +User datatype: filterreader     org.apache.tools.ant.types.AntFilterReader
    +User datatype: extension     org.apache.tools.ant.taskdefs.optional.extension.ExtensionAdapter
    +User datatype: fileset     org.apache.tools.ant.types.FileSet
    +User datatype: dirset     org.apache.tools.ant.types.DirSet
    +User datatype: filelist     org.apache.tools.ant.types.FileList
    +User datatype: filterchain     org.apache.tools.ant.types.FilterChain
    +User datatype: path     org.apache.tools.ant.types.Path
    +User datatype: classfileset     org.apache.tools.ant.types.optional.depend.ClassfileSet
    +User datatype: description     org.apache.tools.ant.types.Description
    +User datatype: xmlcatalog     org.apache.tools.ant.types.XMLCatalog
    +User datatype: selector     org.apache.tools.ant.types.selectors.SelectSelector
    +User datatype: mapper     org.apache.tools.ant.types.Mapper
    +User datatype: substitution     org.apache.tools.ant.types.Substitution
    +User datatype: extensionSet     org.apache.tools.ant.taskdefs.optional.extension.ExtensionSet
    +User datatype: regexp     org.apache.tools.ant.types.RegularExpression
    Setting ro project property: ant.version -> Apache Ant version 1.5.3 compiled on August 13 2003
    Setting ro project property: ant.file -> C:\onexv3.x\src\antfile\osh.xml
    parsing buildfile \onexv3.x\src\antfile\osh.xml with URI = file:C:/onexv3.x/src/antfile/osh.xml
    Setting ro project property: ant.project.name -> osh
    Adding reference: osh -> org.apache.tools.ant.Project@12ad19e
    Project base dir set to: C:\onexv3.x\src\antfile
    resolving systemId: file:properties.xml
    +Task: property
    [property] Loading Environment env.
    Setting project property: env.SYSTEMROOT -> C:\WINNT
    Setting project property: env.ONEX_WL_IP -> localhost
    Setting project property: env.ORACLE_HOME -> /oracle/ora92
    Setting project property: env.WEBROOT -> /weblogic/weblogic81/config/onexdomain-v3x/applications/onexchange
    Setting project property: env.PROMPT -> $P$G
    Setting project property: env.MY_PASSWORD -> qa1
    Setting project property: env.JAVA_OPTIONS -> -Xverify:none
    Setting project property: env.POINTBASE_TOOLS -> C:\weblogic\WEBLOG~1\common\eval\pointbase\lib\pbtools44.jar
    Setting project property: env.ONEX_CONFIG -> /onexv3.x/ops/config/config_dev-v2.x.txt
    Setting project property: env.PWD -> /weblogic/weblogic81/server/bin
    Setting project property: env.COMPUTERNAME -> FKHAN2
    Setting project property: env.JSPWD -> /weblogic/weblogic81/config/onexdomain-v3x/classfiles
    Setting project property: env.MAKE_MODE -> UNIX
    Setting project property: env.ALLUSERSPROFILE -> C:\Documents and Settings\All Users
    Setting project property: env.h -> /onexv3.x
    Setting project property: env.SERVLET_CLASSES -> /weblogic/weblogic81/config/onexdomain-v3x/servletclasses
    Setting project property: env.HOMEPATH -> \Documents and Settings\fkhan
    Setting project property: env.ONEX_NOTIFY -> 1
    Setting project property: env.ONEX -> /onexv3.x
    Setting project property: env.ONEX_TQREADER -> 1
    Setting project property: env.JDK_CLASSES -> /bea/jdk141_05/lib/rt.jar
    Setting project property: env._ -> ./ant.bat
    Setting project property: env.EXT -> .60
    Setting project property: env.SHELL -> /bin/sh
    Setting project property: env.Z -> ;
    Setting project property: env.X -> 1
    Setting project property: env.MY_NAME -> qa1
    Setting project property: env.ONEX_AUDIT -> 1
    Setting project property: env.MY_DW_DB_SERVICE -> qa
    Setting project property: env.PATH -> C:\weblogic\WEBLOG~1\server\bin;C:\bea\JDK141~1\jre\bin;C:\bea\JDK141~1\bin;C:\weblogic\WEBLOG~1\server\bin;C:\bea\JDK141~1\jre\bin;C:\bea\JDK141~1\bin;.;C:\onexv3.x\ops\scripts;C:\onexv3.x\scripts;C:\onexv3.x\3rdparty\ant\bin;C:\bea\jdk141_05\bin;C:\onexv3.x\scripts\singledb;C:\Oracle\Ora9\bin;C:\cygnus\CYGWIN~1\H-I586~1\bin;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Perforce;C:\cygwin\bin;C:\putty;C:\weblogic\WEBLOG~1\server\bin\oci920_8
    Setting project property: env.MY_INSTANCE -> qa
    Setting project property: env.POINTBASE_HOME -> C:\weblogic\WEBLOG~1\common\eval\pointbase
    Setting project property: env.WINDIR -> C:\WINNT
    Setting project property: env.ONEX_WL_HOME -> /weblogic/weblogic81
    Setting project property: env.ONEX_TRADING -> 1
    Setting project property: env.HOSTTYPE -> i586
    Setting project property: env.J -> /onexv3.x/jars
    Setting project property: env.PROCESSOR_IDENTIFIER -> x86 Family 6 Model 8 Stepping 3, GenuineIntel
    Setting project property: env.JAVA_VENDOR -> Sun
    Setting project property: env.TEMP -> C:\DOCUME~1\fkhan\LOCALS~1\Temp
    Setting project property: env.ONEX_JAVA_HOME -> /bea/jdk141_05
    Setti

    Can somebody tell me how to run the webservices in weblogic samples,when i run this(build.xml)i get the following error.
    =========================================================Buildfile: E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\build.xml
    clean:
    [delete] Deleting directory E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\build
    [delete] Deleting directory E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\client
    compile:
    [mkdir] Created dir: E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\build
    [mkdir] Created dir: E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\client
    [javac] Compiling 1 source file to E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\build
    ear:
    [servicegen] Generating service "HelloWorld" ...
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:9: package weblogic.webservice.core.rpc does not exist
    [servicegen] extends weblogic.webservice.core.rpc.StubImpl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:12: package weblogic.webservice does not exist
    [servicegen] public HelloWorldPort_Stub( weblogic.webservice.Port _port ){
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:9: package javax.xml.rpc does not exist
    [servicegen] public interface HelloWorld extends javax.xml.rpc.Service{
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:11: package weblogic.webservice.context does not exist
    [servicegen] weblogic.webservice.context.WebServiceContext context();
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:13: package weblogic.webservice.context does not exist
    [servicegen] weblogic.webservice.context.WebServiceContext joinContext()
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:14: package weblogic.webservice.context does not exist
    [servicegen] throws weblogic.webservice.context.ContextNotFoundException;
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:16: package javax.xml.rpc does not exist
    [servicegen] examples.webservices.basic.javaclass.HelloWorldPort getHelloWorldPort() throws javax.xml.rpc.ServiceException;
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld.java:18: package javax.xml.rpc does not exist
    [servicegen] examples.webservices.basic.javaclass.HelloWorldPort getHelloWorldPort(String username, String password) throws javax.xml.rpc.ServiceException;
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld_Impl.java:10: package weblogic.webservice.core.rpc does not exist
    [servicegen] extends weblogic.webservice.core.rpc.ServiceImpl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:24: cannot resolve symbol
    [servicegen] symbol : method _wrap (int)
    [servicegen] location: class examples.webservices.basic.javaclass.HelloWorldPort_Stub
    [servicegen] args.put( "intVal", wrap( intVal ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:25: cannot resolve symbol
    [servicegen] symbol : method _wrap (java.lang.String)
    [servicegen] location: class examples.webservices.basic.javaclass.HelloWorldPort_Stub
    [servicegen] args.put( "string", wrap( string ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:27: cannot resolve symbol
    [servicegen] symbol : method _invoke (java.lang.String,java.util.HashMap)
    [servicegen] location: class examples.webservices.basic.javaclass.HelloWorldPort_Stub
    [servicegen] java.lang.Object result = invoke( "sayHello", _args );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:29: package javax.xml.rpc does not exist
    [servicegen] } catch (javax.xml.rpc.JAXRPCException e) {
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorldPort_Stub.java:31: package javax.xml.rpc.soap does not exist
    [servicegen] } catch (javax.xml.rpc.soap.SOAPFaultException e) {
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld_Impl.java:9: examples.webservices.basic.javaclass.HelloWorld_Impl is not abstract and does not override abstract method joinContext() in examples.webservices.basic.javaclass.HelloWorld
    [servicegen] public class HelloWorld_Impl
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld_Impl.java:40: cannot resolve symbol
    [servicegen] symbol : method _getPort (java.lang.String)
    [servicegen] location: class examples.webservices.basic.javaclass.HelloWorld_Impl
    [servicegen] new examples.webservices.basic.javaclass.HelloWorldPort_Stub( _getPort( "HelloWorldPort" ) );
    [servicegen] ^
    [servicegen] C:\Documents and Settings\ramchandra_rapolu\Local Settings\Temp\HelloWorld_javaclass_client.jar-990169626\examples\webservices\basic\javaclass\HelloWorld_Impl.java:49: cannot resolve symbol
    [servicegen] symbol : method _setUser (java.lang.String,java.lang.String,examples.webservices.basic.javaclass.HelloWorldPort)
    [servicegen] location: class examples.webservices.basic.javaclass.HelloWorld_Impl
    [servicegen] _setUser( username, password, getHelloWorldPort() );
    [servicegen] ^
    [servicegen] 17 errors
    [servicegen] java.io.IOException: Compiler failed executable.exec
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:469)
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:328)
    [servicegen] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:336)
    [servicegen] at weblogic.webservice.tools.build.internal.CompilerHelper.compileFiles(CompilerHelper.java:80)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.compileStubs(ClientGenImpl.java:627)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.generateStub(ClientGenImpl.java:572)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.doClientGenFromEAR(ClientGenImpl.java:521)
    [servicegen] at weblogic.webservice.tools.build.internal.ClientGenImpl.run(ClientGenImpl.java:345)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.generateClient(ServiceGenTask.java:597)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.execute(ServiceGenTask.java:195)
    [servicegen] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [servicegen] at org.apache.tools.ant.Task.perform(Task.java:364)
    [servicegen] at org.apache.tools.ant.Target.execute(Target.java:341)
    [servicegen] at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [servicegen] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [servicegen] at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [servicegen] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [servicegen] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    [servicegen] at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [servicegen] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
    [servicegen] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
    BUILD FAILED
    E:\eclipse\Workspace\WS\examples\webservices\basic\javaclass\build.xml:42: weblogic.webservice.tools.build.WSBuildException: Compiler failed executable.exec - with nested exception:
    [java.io.IOException: Compiler failed executable.exec]
    Total time: 29 seconds

  • Why i can not  parse xml in client jar successfully?

    If the length of xml is short in 300bytes(maybe another amount),i can read the string of xml from the file in java web start client jar and can parse it exactly. But if length is more than the amount, the xml string will be cut off so that i can not parse it.
    is this a bug of java web start? or my fault?
    display my function below:
    className :FileUtils
    private static byte[] getData(String fileName) throws IOException
    byte[] data = null;
    File file = null;
    try
    file = new File(fileName);
    }catch(Exception ex)
    ex.printStackTrace();
    InputStream in = null;
    if (file.exists() && file != null)
    in = new FileInputStream(file);
    data = new byte[in.available()];
    if (in.available() > 0)
    in.read(data);
    in.close();
    else
    in = FileUtil.class.getClassLoader().getParent()
    .getResourceAsStream(fileName);
    if (in == null)
    in = FileUtil.class.getClassLoader() .
    getResourceAsStream(fileName);
    if (in == null)
    throw new IOException("Can not read the file in
    classpath"+ fileName);
    else
    data = new byte[in.available()];
    if (in.available() > 0)
    in.read(data);
    in.close();
    else
    data = new byte[in.available()];
    if (in.available() > 0)
    in.read(data);
    in.close();
    return data;
    please help me,thank you.
    best regards!

    in = new FileInputStream(file);
    data = new byte[in.available()];available tells how many bytes are available at the moment in the buffer. For smaller files fitting into the buffer it might be okay but for longer ones it is definitively not.
    Use a ByteArrayOutputStream to store the data in and return its toByteArray().
    Or ask the for the file length and allocate a buffer of that size and read into it in one operation: read(byte[] b).

  • How to create a client jar file???

    How do I create a client jar file for the client program? Please see my attached
    ejb-jar.xml. I compiled the my EJB and deployed it successfully. However, I couldn't
    find the client jar anywhere. I use the weblogic admin console DD editor, I can
    see that the edit field has been populated with my client jar file name defined
    in the ejb-jar.xml. However, I searched entire system, I could not locate this
    jar anywhere.
    How do I do that? If someone knows how to do it, please let me know. Thank you
    very much.
    [ejb-jar.xml]

    How do I create a client jar file for the client program? Please see my attached
    ejb-jar.xml. I compiled the my EJB and deployed it successfully. However, I couldn't
    find the client jar anywhere. I use the weblogic admin console DD editor, I can
    see that the edit field has been populated with my client jar file name defined
    in the ejb-jar.xml. However, I searched entire system, I could not locate this
    jar anywhere.
    How do I do that? If someone knows how to do it, please let me know. Thank you
    very much.
    [ejb-jar.xml]

  • Error:CW_FILES_RESOURCE_TYPE not properly installed on creating workspaces

    Hi
    We are on OCS 10.1.2 on Windows 2003. When creating a new workspace using the Basic Template, we get the error:
    The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    From log in apps\j2ee\OC4J_OCSClient\application-deployments\workspaces\OC4J_OCSClient_default_island_1:
    06/11/11 18:18:42 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.CwHomeAction: Handling Event : goHomeAll
    06/11/11 18:18:42 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.CwHomeAction: Handling Event <goHomeAll> for user <brian.yen> DONE within <15> milliSeconds. Forwarding to ForwardConfig[name=cwHomeAllLink,path=/cwHomeAll.uix,redirect=false,contextRelative=false]
    06/11/11 18:18:44 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createWorkspaceForm
    06/11/11 18:18:44 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event <createWorkspaceForm> for user <brian.yen> DONE within <47> milliSeconds. Forwarding to ForwardConfig[name=showTemplatesForCreateWspcLink,path=/showTemplatesForWorkspaceCreation.uix,redirect=false,contextRelative=false]
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createUsingTemplateFormWz
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event <createUsingTemplateFormWz> for user <brian.yen> DONE within <141> milliSeconds. Forwarding to ForwardConfig[name=createWorkspaceUsingTemplateLink,path=/createWorkspaceUsingTemplateForm.uix,redirect=false,contextRelative=false]
    06/11/11 18:20:19 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createUsingTemplate
    06/11/11 18:20:19 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 error CwWorkspaceResourceMgr: Could not find resource of type CW_EMAIL_RESOURCE_TYPE in workspace with Uid 8B1B40DF017844978E4EE65D8194DABB
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwWorkspaceUtil: SKIPPING RESOURCE FOR PARTIAL SUCCESS
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 error CwWorkspaceResourceMgr: Could not find resource of type CW_FILES_RESOURCE_TYPE in workspace with Uid 8B1B40DF017844978E4EE65D8194DABB
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwHomeActionHandler: Caught partial success exception during workspace creation. msg = Workspace creation was partially successful - the list of additional exceptions contains the exceptions encountered.
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwHomeActionHandler: Addition Exception [0]:
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers f

    Verify that the newly-installed service is up and running, an Application Administrator can access the Administration tab, then the Services subtab, and “Reinitialize” only the newly-installed service. Reinitializing the service will establish or re-establish a connection with the service so that it can be used by Workspaces. The workspaces server remains up and functional throughout this process.
    OR
    An alternative to reinitializing the newly installed service is to take down the OC4J Container which contains the Workspaces application and then bring it back up. The same initialization steps occur that take place when reinitializing the service.

Maybe you are looking for

  • Pages can´t open a file due to index.xml is missing

    After writing 138 pages of my PhD-Thesis and I have only 7 days left I got the error message can´t open file - index.xml is missing - shocking! So I called the support because I thought it can´t be lost due to the fully active preview - only pages di

  • Solution of Inspection Lot creation

    Hi expert, I am newbie in QM module.  I have some question for solution in QM inspetion. sample Production Order created order for 100,000 pcs and goods receipt batch split(2,000 per batch), 50 batch per production order. Then in QM generate 50 inspe

  • Why can't i hear any music on my ipod touch?

    i have this ipod and everything worked fine on it.For the past week the speakers havent been playing any music. Although you can hear the sounds that the ipod does. i have also tried it with headphones and it doesnt work either. the volume is always

  • Selection from 3 tables

    Hi, I have select-options: s_matnr for mchb-matnr & s_pradh for mara-pradh & s_wdatu for lqua-wdatu. I want to select records from mchb(matnr,wekrs,lgort) , mara(matnr,pradh) and lqua(matnr,wdatu) can any one tell me how do i achieve this? points gua

  • Create users under Administration Server Create user and Refresh users options are disabled

    We have installed and configured 11.1.2.2 successfully, Essbase in standalone mode. When we try to create users under Administration Server Create user and Refresh users options are disabled. Please let me know how to create EAS users? Thanks, Sathee