Workshop 9.2 - UnsupportedOperationException on publish

Installed wls 9.2 and workshop 9.2. Especially interested in the web service tools, so created a web service project, and then created a web service from an existing wsdl. Everything looks great, no build errors, but when I start the server and publish, publishing fails with the following exception on the log. I have tried this with my own domain and the samples domain with the same result. Also had another developer try with a different wsdl and a different install of workshop with same result. One thing to note. When as servers come up the following is displayed mutilple times:
<Jul 13, 2006 2:15:52 PM CDT> <Warning> <WorkManager> <BEA-002919> <Unable to fi
nd a WorkManager with name weblogic.wsee.mdb.DispatchPolicy. Dispatch policy web
logic.wsee.mdb.DispatchPolicy will map to the default WorkManager for the applic
ation bea_wls9_async_response>
The exception we get trying to publish or republish is as follows:
com.bea.wlw.webservices.core.compiler.CompilationException: java.lang.UnsupportedOperationException: Method not implemented.
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.accessCompiler(WebServiceCompiler.java:267)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile0(WebServiceCompiler.java:214)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile(WebServiceCompiler.java:172)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build0(WebServiceProjectCompiler.java:152)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.access$0(WebServiceProjectCompiler.java:114)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler$1.run(WebServiceProjectCompiler.java:87)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
     at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build(WebServiceProjectCompiler.java:103)
     at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicesBuildOperation.processWebServices(WebServiceProjectPublishTask.java:119)
     at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicePublishOperation.processWebModule(WebServiceProjectPublishTask.java:53)
     at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootChildModule(WeblogicWebPublishOperation.java:114)
     at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootModule(WeblogicWebPublishOperation.java:80)
     at com.bea.wlw.server.core.model.WeblogicPublishOperation.execute(WeblogicPublishOperation.java:72)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:750)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:398)
     at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:296)
     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
Caused by: java.lang.UnsupportedOperationException: Method not implemented.
     at java.net.URLStreamHandler.openConnection(URLStreamHandler.java:80)
     at java.net.URL.openConnection(URL.java:990)
     at weblogic.wsee.util.dom.DOMParser.getWebLogicDocumentImpl(DOMParser.java:122)
     at weblogic.wsee.util.dom.DOMParser.getDocument(DOMParser.java:56)
     at weblogic.wsee.wsdl.WsdlReader.getDocument(WsdlReader.java:311)
     at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:361)
     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:50)
     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:73)
     at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:38)
     at weblogic.wsee.util.cow.CowReaderImpl.getWsdl(CowReaderImpl.java:36)
     at weblogic.wsee.tools.jws.WebServiceInfo.loadBindingsBuilder(WebServiceInfo.java:80)
     at weblogic.wsee.tools.jws.WebServiceInfo.<init>(WebServiceInfo.java:51)
     at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:463)
     at weblogic.wsee.tools.jws.build.JwsCompiler.compile(JwsCompiler.java:438)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:217)
     at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.accessCompiler(WebServiceCompiler.java:261)
     ... 19 more
Can anyone point me in the right direction ??? Thanks..

Here is the wsdl we used to generate the web service
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23" xmlns:intf="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23" xmlns="http://www.w3.org/2001/XMLSchema">
<complexType name="HomePolicyType">
<sequence>
<element name="PolicyNbr" nillable="true" type="xsd:string"/>
<element name="NewRewnewInd" nillable="true" type="xsd:string"/>
<element name="CompanyCde" nillable="true" type="xsd:string"/>
<element name="LOBCde" type="xsd:string"/>
<element name="WrittenDte" nillable="true" type="xsd:string"/>
<element name="EffDte" nillable="true" type="xsd:string"/>
<element name="StateCde" nillable="true" type="xsd:string"/>
<element name="HouseholdRiskScoreNbr" nillable="true" type="xsd:string"/>
<element name="TenureYearsNbr" nillable="true" type="xsd:string"/>
<element name="Claims0_1Nbr" nillable="true" type="xsd:string"/>
<element name="Claims1_2Nbr" nillable="true" type="xsd:string"/>
<element name="Claims2_3Nbr" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<element name="HomePolicy" type="impl:HomePolicyType"/>
<complexType name="HomePolicyScoreType">
<sequence>
<element name="TotalPointsNbr" nillable="true" type="xsd:string"/>
<element name="HouseHoldRiskPointsNbr" nillable="true" type="xsd:string"/>
<element name="TenurePointsNbr" nillable="true" type="xsd:string"/>
<element name="ClaimPointsNbr" nillable="true" type="xsd:string"/>
<element name="RatingDiscountPct" nillable="true" type="xsd:string"/>
<element name="DiscountFactorPct" nillable="true" type="xsd:string"/>
<element name="ErrorCde" nillable="true" type="xsd:string"/>
<element name="ErrorDsc" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
<element name="HomePolicyScore" type="impl:HomePolicyScoreType"/>
</schema>
</wsdl:types>
<wsdl:message name="GetHomeScoreResponse">
<wsdl:part element="impl:HomePolicyScore" name="HomePolicyScore"/>
</wsdl:message>
<wsdl:message name="GetHomeScoreRequest">
<wsdl:part element="impl:HomePolicy" name="HomePolicy"/>
</wsdl:message>
<wsdl:portType name="ScorecardInterface">
<wsdl:operation name="GetHomeScore" parameterOrder="HomePolicy">
<wsdl:input message="impl:GetHomeScoreRequest" name="GetHomeScoreRequest"/>
<wsdl:output message="impl:GetHomeScoreResponse" name="GetHomeScoreResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ScorecardSoapBinding" type="impl:ScorecardInterface">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetHomeScore">
<wsdlsoap:operation soapAction="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23:getHomeScoreIn"/>
<wsdl:input name="GetHomeScoreRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="GetHomeScoreResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="Scorecard">
<wsdl:port binding="impl:ScorecardSoapBinding" name="Scorecard">
<wsdlsoap:address location="http://localhost:7001/ServiceTest02/services/Scorecard"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
The wizard generated an implementation class as well as an interface in a jar file. Also 2 java classes in the jar representing the 2 complex data types.
Here is the "impl"
package com.sentry.test;
import javax.jws.WebService;
import weblogic.jws.*;
import com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23.*;
* ScorecardInterfaceImpl class implements web service endpoint interface ScorecardInterface */
@WebService(
serviceName="Scorecard",
targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23",
endpointInterface="com.sentry.test.ScorecardInterface")
@WLHttpTransport(contextPath="ServiceTest02/services",serviceUri="Scorecard",portName="Scorecard")
public class ScorecardInterfaceImpl implements ScorecardInterface {
public ScorecardInterfaceImpl() {
public com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23.HomePolicyScoreType getHomeScore(com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23.HomePolicyType HomePolicy)
//replace with your impl here
     HomePolicyScoreType hpst = new HomePolicyScoreType();
     hpst.setErrorCde("Test");
     hpst.setErrorDsc("This is a test");
     return hpst;
//return null;
Here is the interface:
package com.sentry.test;
import javax.jws.WebService;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.Oneway;
import javax.jws.soap.SOAPBinding;
* <B>DO NOT EDIT!</B><BR>
* This class was generated by <I>wsdlc</I> on <I>Mon Jul 17 11:43:29 CDT 2006</I>.
@WebService(
name="ScorecardInterface",
targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23",
wsdlLocation="/wsdls/Scorecard1.wsdl")
@SOAPBinding(style=SOAPBinding.Style.DOCUMENT, use=SOAPBinding.Use.LITERAL,parameterStyle=SOAPBinding.ParameterStyle.BARE)
public interface ScorecardInterface {
* <B>getHomeScore</B> is exposed as a Web Service Operation
@WebMethod( action="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23:getHomeScoreIn",
operationName="GetHomeScore")
@WebResult(name="HomePolicyScore", targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23")
public com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23.HomePolicyScoreType getHomeScore(@WebParam(name="HomePolicy", targetNamespace="http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23") com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23.HomePolicyType HomePolicy)
Here are the 2 generated java classes for the complex data types:
* Generated from schema type t=HomePolicyScoreType@http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23
package com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23;
public class HomePolicyScoreType implements java.io.Serializable {
private java.lang.String totalPointsNbr;
public java.lang.String getTotalPointsNbr() {
return this.totalPointsNbr;
public void setTotalPointsNbr(java.lang.String totalPointsNbr) {
this.totalPointsNbr = totalPointsNbr;
private java.lang.String houseHoldRiskPointsNbr;
public java.lang.String getHouseHoldRiskPointsNbr() {
return this.houseHoldRiskPointsNbr;
public void setHouseHoldRiskPointsNbr(java.lang.String houseHoldRiskPointsNbr) {
this.houseHoldRiskPointsNbr = houseHoldRiskPointsNbr;
private java.lang.String tenurePointsNbr;
public java.lang.String getTenurePointsNbr() {
return this.tenurePointsNbr;
public void setTenurePointsNbr(java.lang.String tenurePointsNbr) {
this.tenurePointsNbr = tenurePointsNbr;
private java.lang.String claimPointsNbr;
public java.lang.String getClaimPointsNbr() {
return this.claimPointsNbr;
public void setClaimPointsNbr(java.lang.String claimPointsNbr) {
this.claimPointsNbr = claimPointsNbr;
private java.lang.String ratingDiscountPct;
public java.lang.String getRatingDiscountPct() {
return this.ratingDiscountPct;
public void setRatingDiscountPct(java.lang.String ratingDiscountPct) {
this.ratingDiscountPct = ratingDiscountPct;
private java.lang.String discountFactorPct;
public java.lang.String getDiscountFactorPct() {
return this.discountFactorPct;
public void setDiscountFactorPct(java.lang.String discountFactorPct) {
this.discountFactorPct = discountFactorPct;
private java.lang.String errorCde;
public java.lang.String getErrorCde() {
return this.errorCde;
public void setErrorCde(java.lang.String errorCde) {
this.errorCde = errorCde;
private java.lang.String errorDsc;
public java.lang.String getErrorDsc() {
return this.errorDsc;
public void setErrorDsc(java.lang.String errorDsc) {
this.errorDsc = errorDsc;
* Generated from schema type t=HomePolicyType@http://xmlschemas.sentry.com/Pricing/Services/Scorecard/2006/05/23
package com.sentry.xmlschemas.pricing.services.scorecard.x2006.x05.x23;
public class HomePolicyType implements java.io.Serializable {
private java.lang.String policyNbr;
public java.lang.String getPolicyNbr() {
return this.policyNbr;
public void setPolicyNbr(java.lang.String policyNbr) {
this.policyNbr = policyNbr;
private java.lang.String newRewnewInd;
public java.lang.String getNewRewnewInd() {
return this.newRewnewInd;
public void setNewRewnewInd(java.lang.String newRewnewInd) {
this.newRewnewInd = newRewnewInd;
private java.lang.String companyCde;
public java.lang.String getCompanyCde() {
return this.companyCde;
public void setCompanyCde(java.lang.String companyCde) {
this.companyCde = companyCde;
private java.lang.String lOBCde;
public java.lang.String getLOBCde() {
return this.lOBCde;
public void setLOBCde(java.lang.String lOBCde) {
this.lOBCde = lOBCde;
private java.lang.String writtenDte;
public java.lang.String getWrittenDte() {
return this.writtenDte;
public void setWrittenDte(java.lang.String writtenDte) {
this.writtenDte = writtenDte;
private java.lang.String effDte;
public java.lang.String getEffDte() {
return this.effDte;
public void setEffDte(java.lang.String effDte) {
this.effDte = effDte;
private java.lang.String stateCde;
public java.lang.String getStateCde() {
return this.stateCde;
public void setStateCde(java.lang.String stateCde) {
this.stateCde = stateCde;
private java.lang.String householdRiskScoreNbr;
public java.lang.String getHouseholdRiskScoreNbr() {
return this.householdRiskScoreNbr;
public void setHouseholdRiskScoreNbr(java.lang.String householdRiskScoreNbr) {
this.householdRiskScoreNbr = householdRiskScoreNbr;
private java.lang.String tenureYearsNbr;
public java.lang.String getTenureYearsNbr() {
return this.tenureYearsNbr;
public void setTenureYearsNbr(java.lang.String tenureYearsNbr) {
this.tenureYearsNbr = tenureYearsNbr;
private java.lang.String claims0_1Nbr;
public java.lang.String getClaims0_1Nbr() {
return this.claims0_1Nbr;
public void setClaims0_1Nbr(java.lang.String claims0_1Nbr) {
this.claims0_1Nbr = claims0_1Nbr;
private java.lang.String claims1_2Nbr;
public java.lang.String getClaims1_2Nbr() {
return this.claims1_2Nbr;
public void setClaims1_2Nbr(java.lang.String claims1_2Nbr) {
this.claims1_2Nbr = claims1_2Nbr;
private java.lang.String claims2_3Nbr;
public java.lang.String getClaims2_3Nbr() {
return this.claims2_3Nbr;
public void setClaims2_3Nbr(java.lang.String claims2_3Nbr) {
this.claims2_3Nbr = claims2_3Nbr;
Everything seems to build OK. It is only when we try to publish to the local domain from workshop that we get the exception. If I attempt to build the web service bottom up (from java) instead of from the wsdl, I can do so and it publishes OK. We have tried a couple of other wsdl's and always seem to run into a problem when we try to build from the wsdl. (They all contain complex data types). We would prefer to build from the xsd / wsdl, as we have a bunch of existing web services we want to move to BEA, and also because "contract first" is our corporate standard for web services.
Thanks.....

Similar Messages

  • Workshop 10.1 WSDL - cannot publish generated Web service

    I'm trying to create a Web service starting from a WSDL using the doc Web Service Development Starting Points ([url http://edocs.bea.com/wlw/docs101/guide/webservices/conWebServiceDevelopmentCycle.html]http://edocs.bea.com/wlw/docs101/guide/webservices/conWebServiceDevelopmentCycle.html) .
    I create a Web service project, import my WSDL into my src directory, click on the WSDL and select Web Services > Generate Web Service.
    Workshop generates the implementation class and the JAR file, just like the doc describes.
    When I try to publish it to my server in the IDE< however, I get an error :
    Error with publish task 'WebServicesProjectBuildTask'.
    Web services in WLW101Example_WebServiceFromWSDL_JAXRPC have errors.
    java.lang.UnsupportedMethodException: Method not implemented.
    Error(s) occurred during publish assembly. No modules will be published.
    The operation in the WSDL has been implemented, and the class is pretty simple :
    package com.kohls.services;
    import javax.jws.WebService;
    import weblogic.jws.*;
    import com.kohls.is.soa.x09.meta.*;
    * KohlsDynamicWsPortTypeImpl class implements web service endpoint interface KohlsDynamicWsPortType */
    @WebService(serviceName = "KohlsDynamicWS",
                targetNamespace = "http://www.kohls.com/is/soa/0.9/meta",
                endpointInterface = "com.kohls.services.KohlsDynamicWsPortType")
    @WLHttpTransport(contextPath = "is/soa/0.9", serviceUri = "meta", portName = "KohlsDynamicWsBinding")
    public class KohlsDynamicWsPortTypeImpl implements KohlsDynamicWsPortType
      public KohlsDynamicWsPortTypeImpl()
      public com.kohls.is.soa.x09.meta.KohlsMessageDocumentType process(com.kohls.is.soa.x09.meta.KohlsMessageDocumentType Message)
        KohlsMessageDocumentType message = null;
        message = new KohlsMessageDocumentType();
        MessageHeaderType        header  = new MessageHeaderType();
        MessagePayloadType       payload = new MessagePayloadType();
        message.setHeader(header);
        message.setPayload(payload);
        return message;
    }The only thing unusual here is that the @WLHttpTransport annotation overrides the context, but I don't see that as a problem.
    Is there something simple I am missing here ? I guess I'm always surprised when Workshop cannot publish something it generates, but there is usually a reason - library setting or something.
    I'd appreciate any advice !
    Edited by ethan_kohls at 01/10/2008 11:59 AM

    Hi Ethan
    I tested it using Workshop10.0Mp1 and didn't see any issue with publish.
    Here are the steps I followed:
    1) Create a default webservice project with default facets.(no ear)
    2) Drop the business and meta folder and under project/src folder
    3) Create a test package under src
    4) Right click on the wsdl and choose generate webservice and create it under the test folder
    5) Replace the process method implementation with the one you have here
    6) Create a 10.0mp1 Workshop server (please make sure you create a workshop server and not wls server) and deploy the app to the server
    I was able to run the webservice successfully.
    Let me know if I am doing anything different from you.
    Vimala-

  • Which release of Administration Workshop I should I chose to pass 1z0-042?

    Hello!
    I want to take the 1z0-042 exam,and OTN say that I can prepare for it by myself through "Oracle Database 10g: Administration Workshop I ",but I find a lot releases of Administration Workshops as below:
    Oracle Database 10g R2: Administration Workshop I D17090GC30 (Spiral-bound) Publisher: Oracle University (2004) ASIN: B000T6M9X6
    Oracle University Oracle Database 10g R2: Administration Workshop I VOLUME 1 ONLY D17090GC30 (Spiral-bound) Publisher: Oracle University (2004)
    ASIN: B000T6KJCY
    Oracle Database 10g Administration Workshop I D17090GC30 Edition 1 (2004)
    D339126 - Oracle Database 10g: Administration Workshop I (Vol. 1)
    D339127 - Oracle Database 10g: Administration Workshop I (Vol. 2)
    So,which one should I choose?Or if you have got a right release of it,it's very kind of you to send it to my EMail [email protected]
    Thank you very much!

    Oracle Database 10g R2: Administration Workshop I
    - The course is D17090
    - The language code is GC (General Curriculum/English)
    - The revision is '30' (major release 3, minor release/patch 0)
    The course is an instructor-led week long course. It has labs based on a specific setup and uses 2 spiral bound books, Volume 1 and Volume 2
    The books are copyright by Oracle and electronic distribution is illegal.
    as
    The exam takes information from the course material found in both volumes, as well as material from successful completion of the labs. Reading from the student books may not be sufficient to pass the exam.
    A better way to pass the exam is to
    a) take the course, either in class or self study CD; or
    b) chose one of the related exam-cram books such those listed here

  • CFP: Learning from our mistakes: Adverse event representation

    Reports of adverse events that occur during clinical trials and/or induced by medical interventions help to identify issues with the safety and efficacy of medical treatment, better educate health practitioners and the general public, and ultimately allow us to learn from our mistakes to increase patient safety. In order to enable more effective sharing of such reports, this workshop will address the question of what the ontological basis for adverse events is.
    The full day workshop will be held on July 26th 2011 in Buffalo, NY, USA in conjunction with the 2011 International Conference on Biomedical Ontology (http://icbo.buffalo.edu/)
    Deadline for submission of workshop papers is April 10, 2011
    (apologies if you receive this invitation several times)
    **** Topics ****
    Papers about all aspects of adverse events are welcome at the workshop; including, but not
    limited to the following topics:
    - Adverse events representation systems
    - Current standards
    - Drugs and devices safety
    - Practitioners experiences
    - Causality assessment
    **** Call for Papers ****
    In order to encourage participation, we welcome submissions in a variety of formats:
    - Full length papers (maximum 2500 words not including abstract or references)
    - Short papers, up to 4 pages
    - Statement of Interest: A statement of interest (maximum 2 pages) can be about ideas, solutions, methods, products, research projects or implementation experience pertaining to adverse events representation.
    The submission process for the workshop follows ICBO conference guidelines which can be found at http://icbo.buffalo.edu/cfp2011.html. All submissions should be PDF files formatted according to LNCS, and submitted to our Easychair installation at http://www.easychair.org/conferences/?conf=icbo2011, in the Adverse Events Representation track. The workshop's papers will be published with the conference proceedings.
    **** Important dates ****
    April 10: Deadline for submission of workshop papers
    April 30: Notification of acceptance of workshop papers
    June 10: Deadline for submission of camera-ready copy
    July 26: Adverse event workshop
    **** Organizing Committee ****
    Mélanie Courtot, British Columbia Cancer Research Centre
    Albert Goldfain, Blue Highway, LLC
    Yongqun “Oliver” He, University of Michigan Medical School
    Alan Ruttenberg, University at Buffalo, School of Dental Medicine
    **** Program Committee ****
    • Olivier Bodenreider, National Library of Medicine
    • Dirk Colaert, Agfa HealthCare
    • William Hogan, University of Arkansas for Medical Sciences
    • Jobst Landgrebe, International Institute for the Safety of Medicines Ltd
    • Christian Lovis, Geneva University Hospitals
    • Daniel Schober, IMBI, University of Freiburg
    • Stefan Schulz, Graz General Hospital and University Clinics
    • Barry Smith, University at Buffalo
    • Kent Spackman, International Health Terminology Standards Development Organization
    • Luca Toldo, Merck
    For more information, consult our website at http://purl.org/net/aeicbo2011 and/or contact the organizing committee at [email protected]
    Follow us: http://twitter.com/aeicbo2011 #aeicbo

    *Feedback*
    "Use the form below to send us your comments. We read all feedback carefully, but please note that we cannot respond to the comments you submit."
    http://www.apple.com/feedback/ipad.html
    We can complain about Apple's business decisions, but these discussions are user to user talk about possible solutions.
    Here are the places to report bugs:
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.

  • Getting Error while Publishing Web Application using weblogic workshop 10.2

    Hi all,
    I am trying to create a simple webapplication using the weblogic workshop studio for weblogic. I have created a domain using the configration wizard.
    when i am trying to deploy the newly created dynamic web project EAR in to the server, its throwing a error
    !MESSAGE Referenced library module 'weblogic-controls-10.0#[email protected]' failed to deploy.
    !SUBENTRY 2 com.bea.workshop.wls.core 4 4000 2008-05-21 15:32:06.117
    !MESSAGE java.net.MalformedURLException: no protocol: 10.2/wlserver_10.0/platform/lib/p13n/p13n_common.jar
    !STACK 0
    java.lang.Exception: Exception received from deployment driver. See Error Log view for more detail.
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper$DeploymentProgressListener.watch(WlsJ2EEDeploymentHelper.java:1459)
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deployLibrary(WlsJ2EEDeploymentHelper.java:1200)
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deployLibraryModules(WlsJ2EEDeploymentHelper.java:1079)
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deployAllLibraryModules(WlsJ2EEDeploymentHelper.java:1046)
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deploy(WlsJ2EEDeploymentHelper.java:710)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishWeblogicModules(WeblogicServerBehaviour.java:1195)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:657)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:486)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:875)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:863)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:142)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    Caused by: java.net.MalformedURLException: no protocol: 10.2/wlserver_10.0/platform/lib/p13n/p13n_common.jar
         at java.net.URL.<init>(URL.java:567)
         at java.net.URL.<init>(URL.java:464)
         at java.net.URL.<init>(URL.java:413)
         at sun.rmi.server.LoaderHandler.pathToURLs(LoaderHandler.java:747)
         at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:147)
         at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
         at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
         at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
         at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
         at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
         at javax.management.remote.rmi.RMIConnectionImpl$6.run(RMIConnectionImpl.java:1595)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.unwrap(RMIConnectionImpl.java:1586)
         at javax.management.remote.rmi.RMIConnectionImpl.access$600(RMIConnectionImpl.java:81)
         at javax.management.remote.rmi.RMIConnectionImpl$7.run(RMIConnectionImpl.java:1631)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.unwrap(RMIConnectionImpl.java:1627)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:766)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Any help on this is welcomed
    Thanks and regards
    Vishnu

    If you don't mind can you please provide a more step-by-step instructions to reproduce.

  • "is an invalid session name" error during publishing in workshop

    Hello, I use OSB workshop and WebLogic server.
    When I publishing my project I get error:
    javax.management.RuntimeMBeanException.java.lang.IllegalArgumentException: is an invalid session nameI tried to reinstall domain but there is the same result.
    Thank you for ahead for any suggestion.

    Have you checked Configuration Project -> Properties -> Oracle Service Bus Configuration -> Session name?

  • Publishing EJBs takes more time in Oracle Weblogic 10.3 workshop

    Hi,
    We recently migrated from Weblogic 9.2 to Oracle Weblogic 10.3 workshop.
    I have a ejb project which has more than 30 ejb's(both entity and session ejbs).
    The problem is: whenever I modify the code inside a method and save, it builds the project automatically. After that when I try to publish the module, it takes around 5 - 10 minutes for publishing.
    Points to note are : The ejb I am modifying has reference to other (10 - 20) ejbs. Hence it takes more time for even for single ejb change.
    however, when i modify an ejb which has no reference to ejb, takes less time to publish.
    My question is : is there a way to reduce the publishing time in this scenario.
    Thanks in advance!

    There is a special forum for Workshop issues:
    Workshop
    Try there.

  • Digital Publishing Suite Workshop

    Video2brain have just launched a new online tutorial entitled "Digital Publishing Workshop - Discover a New Kind of Publishing".
    http://www.video2brain.com/en/products-143.htm
    I have no connection with the organisation.
    Derek

    Nice.
    But will they be keeping up with the fairly rapid process/workflow changes that Adobe implements?  There's already a slew of videos out there - at Adobe TV and a slew of other places - in which info is woefully out of date.

  • Unreliable publish with workshop

    i would be really interested if i'm the only one experiencing this. Using WLP 9.2 with the affiliated Workshop.
    I'm trying a small portal application where i need to "publish"/deploy my changes (jsp, portlets, java) from Workshop, for the Portal EAR project already added to the server.
    I found this to be extremely un-reliable, most likely due to server cache. I understand now that the sever uses a split directory where most of the files are maintained directly in workshop project so they should be updated right away. This does not happen so, in order to "propagate" a change i need sometimes to rebuild the project, sometimes to publish, sometimes add/remove project ...
    Any proper procedures suggestions would be greatly appreciated.

    Build automatically. Auto deploy ? I use publish on sever tab.
    XP Professional 2002 - Service Pack 2.
    workshop4WP.ini
    -vm
    C:/bea92/jdk150_12/jre/bin/javaw.exe
    -vmargs
    -ea
    -da:org.apache.xbeans...
    -Xms512m
    -Xmx900m
    -XX:MaxPermSize=256m
    -DprodMode=production
    -Dcom.bea.workshop=true
    -Dweblogic.home=C:/bea92/weblogic92
    -Dosgi.install.area=C:/bea92/workshop92/eclipse
    -Dosgi.instance.area.default=C:/bea92/user_projects/w4WP_workspaces/Untitled
    -Dosgi.configuration.area=C:/bea92/workshop92/workshop4WP/eclipse/configuration

  • Problem in publishing on Weblogic 10.3

    I have a problem in publishing my process project on Weblogic server, please help
    the exception is:
    java.lang.Exception: Exception received from deployment driver. See Error Log view for more detail.
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper$DeploymentProgressListener.watch(WlsJ2EEDeploymentHelper.java:1557)
         at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deploy(WlsJ2EEDeploymentHelper.java:469)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishWeblogicModules(WeblogicServerBehaviour.java:1329)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:787)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.ServerWorkingCopy.publish(ServerWorkingCopy.java:635)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: weblogic.application.ModuleException: Could not setup environment
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1358)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:428)
         at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:182)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:48)
         at weblogic.application.internal.flow.ScopedModuleDriver.activate(ScopedModuleDriver.java:194)
         at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$2.next(DeploymentCallbackFlow.java:411)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.xml.schema.binding.util.ClassUtil$ClassUtilException: unable to load class:java.lang.ClassNotFoundException: eppix.wsdls.EPIXServiceControlSEI
         at weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
         at weblogic.wsee.ws.WSBuilderHelper.loadClass(WSBuilderHelper.java:281)
         at weblogic.wsee.ws.WSBuilderHelper.populatePort(WSBuilderHelper.java:230)
         at weblogic.wsee.ws.WSBuilderHelper.buildWsPort(WSBuilderHelper.java:183)
         at weblogic.wsee.ws.WSBuilderHelper.buildService(WSBuilderHelper.java:151)
         at weblogic.wsee.ws.WSBuilderHelper.buildService(WSBuilderHelper.java:98)
         at weblogic.wsee.ws.WsBuilder.buildService(WsBuilder.java:397)
         at weblogic.wsee.ws.WsFactory.createClientService(WsFactory.java:45)
         at weblogic.wsee.jaxrpc.ServiceImpl.init(ServiceImpl.java:154)
         at weblogic.wsee.jaxrpc.ServiceImpl.<init>(ServiceImpl.java:144)
         at weblogic.wsee.jaxrpc.ServiceRefProcessorImpl.<init>(ServiceRefProcessorImpl.java:77)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at weblogic.deployment.ServiceRefProcessorFactory.constructProcessor(ServiceRefProcessorFactory.java:62)
         at weblogic.deployment.ServiceRefProcessorFactory.getProcessor(ServiceRefProcessorFactory.java:48)
         at weblogic.deployment.BaseEnvironmentBuilder.addServiceReferences(BaseEnvironmentBuilder.java:548)
         at weblogic.servlet.internal.CompEnv.activate(CompEnv.java:139)
         at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:2998)
         at weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1356)
    Edited by: user3119699 on Dec 10, 2009 2:04 AM
    Edited by: user3119699 on Dec 10, 2009 3:42 AM

    I am facing the same problem in my application and I didn't find solution to it till now
    please ,Can anyone help me ?????

  • Getting error while publishing WebService project on Oracle Weblogic 10.3.1

    I am trying to publish my WebService project on weblogic 10.3.1 through Oracle Workshop. I am getting following exception will deploying my application
    <Jun 26, 2009 4:59:02 PM GMT+05:30> <Alert> <HTTP> <BEA-101027> <[weblogic.servlet.internal.WebAppServletContext@34c0bd - appName: '_auto_generated_ear_', name: 'COBWSProject', context-path: '/COBWSProject', spec-version: '2.5'] Document root: "C:\bea\user_projects\workspaces\default1\COBWSProject\build\jws\weboutput" does not exist.>
    <Jun 26, 2009 4:59:02 PM GMT+05:30> <Error> <HTTP> <BEA-101220> <Error occurred while setting document root for "weblogic.servlet.internal.WebAppServletContext@34c0bd - appName: '_auto_generated_ear_', name: 'COBWSProject', context-path: '/COBWSProject', spec-version: '2.5'" to "C:\bea\user_projects\workspaces\default1\COBWSProject\build\jws\weboutput".>
    <Jun 26, 2009 4:59:02 PM GMT+05:30> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_auto_generated_ear_' due to error weblogic.application.ModuleException: Failed to load webapp: 'COBWSProject'.
    weblogic.application.ModuleException: Failed to load webapp: 'COBWSProject'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.io.IOException: document root (C:\bea\user_projects\workspaces\default1\COBWSProject\build\jws\weboutput) does not exist.
         at weblogic.servlet.internal.WebAppConfigManager.getDocrootFile(WebAppConfigManager.java:644)
         at weblogic.servlet.internal.WebAppServletContext.processDocroot(WebAppServletContext.java:2651)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:2552)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:388)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456)
         Truncated. see log file for complete stacktrace
    >
    Please let us know the solution for the same. Thanks in Advance !

    As a workaround, after doing a "Clean All" and just before doing a "Build All", I created a "weboutput" folder manually under the 'build' folder in the web project in Workshop. That worked for me.
    [For some reason, everytime we do a "Clean", it deletes the 'weboutput' folder that it depends on ,even though it always remains empty].
    Hope this helps !

  • Can no longer publish to WL using WS4WL

    Hi.
    Last week, my Workshop4WebLogic suddenly decided that it would go on a deployment strike. I've tried several negotiation methods, even mortal threats and violence, but the IDE is very persistant.
    It spits out the following protest each time I try to perform a rebuild and publish:
    Publish failed
    Error with publish task 'Controls Assembly'.
    Controls assembly failure running assembly on standalone WAR 'TRACK'.
    java.lang.NullPointerException: null
    Error(s) occurred during assembly. No modules will be published.
    I've employed a temporary deployment worker - ANT to function as the deployment manager for Workshop4WebLogic, but this is not an optimal solution. I'm not sure that ANT will write the appropriate Beehive code for me when I compile, so I constantly use clean and rebuild before running ANT. It used to take about 50sek. between the time of a code change and the time I could test the code. Now I use about 110sek.
    Could somebody please tell me what this error means, and how to fix it? The server console log does not say anything...

    Hi Raj.
    I'm using Workshop for Weblogic 9.2.1 build 842050 with the following installed extensions:
    * Aptana 0.2.7.13425
    * SubClipse 1.0.5
    I'm developing on a Dynamic J2EE Web project using Hibernate, Spring, Beehive running on JRockit 90_150_04.
    The server domain has one configured datasource referenced by Hibernate.
    Extract from .log file:
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:07:20.580
    !MESSAGE Deployment manager created @21300451
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:27.871
    !MESSAGE Publishing beginning.
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:29.604
    !MESSAGE Deployment manager created @24778833
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:31.345
    !MESSAGE ***dm.getAvailableModules (initModuleNameCache)
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:34.177
    !MESSAGE ***dm.stop (stopModule) TRACK
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:35.553
    !MESSAGE Waiting on ProgressObject:@7671005
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.313
    !MESSAGE ProgressObject completed :@7671005
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.316
    !MESSAGE Stopped TRACK
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:36.318
    !MESSAGE ***dm.undeploy (undeploy) TRACK
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:37.365
    !MESSAGE Waiting on ProgressObject:@18594359
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:40.928
    !MESSAGE ProgressObject completed :@18594359
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:40.983
    !MESSAGE Module TRACK was undeployed sucessfully.
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:42.367
    !MESSAGE Releasing deployment manager @24778833
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:42.386
    !MESSAGE Publishing finished.
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:12:44.420
    !MESSAGE Deployment manager created @13090583
    !ENTRY com.bea.wlw.controls.core 4 4 2007-02-08 19:13:00.887
    !MESSAGE Failed in attempt to detect callbacks from pageflows.  No warnings will be supplied.
    !STACK 0
    java.lang.NullPointerException
         at com.bea.wlw.controls.core.publish.ControlsClassLoaders.findToolsJar(ControlsClassLoaders.java:143)
         at com.bea.wlw.controls.core.publish.ControlsClassLoaders.createParentClassLoader(ControlsClassLoaders.java:71)
         at com.bea.wlw.controls.core.validation.ControlValidator.build(ControlValidator.java:66)
         at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:593)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
         at org.eclipse.core.runtime.Platform.run(Platform.java:783)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:168)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
         at org.eclipse.core.runtime.Platform.run(Platform.java:783)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
         at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.checkAutoBuild(WeblogicServerBehaviour.java:541)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:326)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:301)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:02.219
    !MESSAGE Publishing beginning.
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:05.734
    !MESSAGE Releasing deployment manager @0
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:05.737
    !MESSAGE Publishing finished.
    !ENTRY org.eclipse.wst.server.core 4 0 2007-02-08 19:13:06.53
    !MESSAGE Publishing failed
    !SUBENTRY 1 com.bea.wlw.server.core 4 0 2007-02-08 19:13:06.53
    !MESSAGE Error with publish task 'Controls Assembly'.
    !SUBENTRY 2 com.bea.wlw.controls.core 4 4 2007-02-08 19:13:06.53
    !MESSAGE Controls assembly failure running assembly on standalone WAR 'TRACK'.
    !SUBENTRY 3 com.bea.wlw.controls.core 4 4 2007-02-08 19:13:06.53
    !MESSAGE java.lang.NullPointerException: null
    !SUBENTRY 1 com.bea.wlw.server.core 4 4000 2007-02-08 19:13:06.53
    !MESSAGE Error(s) occurred during publish assembly. No modules will be published.
    !ENTRY com.bea.wlw.server.core 1 2000 2007-02-08 19:13:08.871
    !MESSAGE Deployment manager created @1563473I will try to create the project anew... But I will have to get back to you on that. I will post this now, and make a new post a little later on...
    Thank you for now.

  • Problem with Business Process Publisher and AIA

    After installing AIA 11.1.1.5, I installed the Business Process Publisher following the instructions in the AIA Installation Guide at http://download.oracle.com/docs/cd/E21764_01/aia.htm, sec. 8.3: "Manually uploading reference process models to business process publisher".
    Since I could not find the Publisher installation files in the AIAFP install I downloaded from OTN, I used the Publisher installation files from the BPA OTN download (files Oracle_BPA_Suite_11.1.1.4_OTN_1of2.zip and Oracle_BPA_Suite_11.1.1.4_OTN_2of2.zip - I did not install BPA before installing Publisher).
    Now when I launch Publisher the login page says "Currently, no exports are available. You can only log in to the administration area at this time". If I login, the new page does not show any AIA contents, only the message "There are currently no profiles available". (I am not sure which “exports” and “profiles” it is talking about).
    Evidently something is missing, but I cannot figure out what.
    Thank you,
    Ugo

    "Todd Bradfute" <[email protected]> wrote:
    >
    I'm trying to run the Business Process Tutorial (http://e-docs.bea.com/workshop/docs81/doc/en/integration/tutorial/tutWLIProcessCreateApp.html?skipReload=true#1025634)
    in WebLogic Workshop 8.1 (Build 2003.0710.190003) and I'm having trouble
    with
    the part that says:
    In the New Application dialog box, select Tutorial in the left pane,
    and select
    Tutorial: Process Application in the right pane.
    In my setup, the New Application window has only "All" in the left pane.
    And it
    doesn't have anything "Tutorial" related in the right pane.
    Any suggestions?
    Thanks
    -TAB
    Hi TAB--
    When you installed the platform, did you install the whole thing, or just part
    of it? If you chose not to install the examples, or if you chose not to install
    Integration, that would explain this behavior. If not, we'll try to go from there...
    Thanks,
    Mike

  • Publish, deploy, jndi tree

    Hello,
    I work with Weblogic server 9.2 and Ganymede 3.4.
    Here are some beginner questions:
    Why do I, in Ganymede's server tab, publish on the server node instead of on the EAR node?
    When I publish my EAR I cannot see anything added in the jndi tree of the app-server (via admin console, view jndi tree). What do I miss?
    This my weblogic-ejb-jar:
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/90" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ejb-jar.xsd">
    <!-- server-version: 9.2 -->
    <weblogic-enterprise-bean>
    <ejb-name>HelloWorld</ejb-name>
    <stateless-session-descriptor>
    </stateless-session-descriptor>
    <jndi-name>ejb.EjbHelloWorldHome</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    Is there a perspective that displays the weblogic generated stub/skeleton files?
    Is there a difference between publishing an EAR and deploying an EAR, except that deploying refers to a production environment instead of dev environment?
    Thanks for any ideas.

    If you are using OEPE - Oracle Enterprise Pack for Eclipse (or Workshop), then WebLogic EJB's are built (the stubs, etc) with a tool called EJBGen, this link is for 10.3, but I'm pretty sure it's the same for 9.2
    http://download.oracle.com/docs/cd/E12839_01/wls/docs103/ejb/EJBGen_reference.html
    I think that is implemented as a an Eclipse build task, so it's only run when exporting to an archive like an EAR or EJB jar OR when publishing to the server. In either case, those generated classes would not be shown in Eclipse.
    Check your deployments tab of your WLS console to see if you application is deployed an active. If it is, then I would expect to see entries from your application in the JNDI tree.
    The OEPE forum is a better place to ask Eclipse questions:
    Enterprise Pack for Eclipse

  • Publish failed (when using Calendar instead of GregorianCalendar..)

    I have a web service written in Workshop 9.2.2 running on a WLS9.2 Server.
    One attribute in my web service is of type java.util.Calendar. Now when I try to publish that I get a "Publish Failed" almost immeditately.
    HOWEVER, when I change the type of the attribute to java.util.GregorianCalender, the publish works fine...
    This seems like a bug to me, as the WLS doc says that I should use Calendar as a data type for dates in web services and it clearly supports it.
    Can I upgrade to the latest version of Workshop and continue using WLS9.2?
    Here's the log file:
    !ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
    !MESSAGE Releasing deployment manager @0
    !ENTRY com.bea.wlw.server.core 1 2000 2008-03-19 15:35:59.994
    !MESSAGE Publishing finished.
    !ENTRY org.eclipse.wst.server.core 4 0 2008-03-19 15:36:00.10
    !MESSAGE Publishing failed
    !SUBENTRY 1 com.bea.wlw.server.core 4 0 2008-03-19 15:36:00.10
    !MESSAGE Error with publish task 'WebServicesProjectBuildTask'.
    !SUBENTRY 2 com.bea.wlw.webservices.core 4 4 2008-03-19 15:36:00.10
    !MESSAGE Error while compiling web services in WL92WS.
    !STACK 0
    com.bea.wlw.webservices.core.gen.WebServicesException: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:249)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.accessCompiler(WebServiceCompiler.java:291)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile0(WebServiceCompiler.java:244)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler.compile(WebServiceCompiler.java:202)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build0(WebServiceProjectCompiler.java:157)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.access$0(WebServiceProjectCompiler.java:119)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler$1.run(WebServiceProjectCompiler.java:92)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1721)
         at com.bea.wlw.webservices.core.compiler.WebServiceProjectCompiler.build(WebServiceProjectCompiler.java:108)
         at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicesBuildOperation.processWebServices(WebServiceProjectPublishTask.java:119)
         at com.bea.wlw.webservices.core.publish.WebServiceProjectPublishTask$WebServicePublishOperation.processWebModule(WebServiceProjectPublishTask.java:53)
         at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootChildModule(WeblogicWebPublishOperation.java:118)
         at com.bea.wlw.server.core.model.WeblogicWebPublishOperation.processRootModule(WeblogicWebPublishOperation.java:84)
         at com.bea.wlw.server.core.model.WeblogicPublishOperation.execute(WeblogicPublishOperation.java:72)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:786)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:434)
         at com.bea.wlw.server.internal.core.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:332)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:803)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:791)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:145)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    Caused by: weblogic.wsee.tools.jws.build.CompileException: Error compiling web service: C:\bea\user_projects\w4WP_workspaces\WSTest\WL92WS\src\webservices\contentreceiver\ContentReceiverService.java
         at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:471)
         at weblogic.wsee.tools.jws.build.JwsCompiler.compile(JwsCompiler.java:439)
         at com.bea.wlw.webservices.core.compiler.WebServiceCompiler$3.invoke(WebServiceCompiler.java:247)
         ... 20 more
    Caused by: weblogic.wsee.tools.WsBuildException: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
         at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:219)
         at weblogic.wsee.tools.jws.wsdl.WsdlBuilder.process(WsdlBuilder.java:41)
         at weblogic.wsee.tools.jws.process.CompositeProcessor.process(CompositeProcessor.java:36)
         at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:467)
         ... 22 more
    Caused by: java.lang.IllegalArgumentException: 'java.util.Hashtable<java.util.Locale,int[]>' does not name an array
         at com.bea.util.jam.internal.elements.ArrayClassImpl.normalizeArrayName(ArrayClassImpl.java:100)
         at com.bea.util.jam.internal.JamClassLoaderImpl.loadClass(JamClassLoaderImpl.java:80)
         at com.bea.util.jam.internal.classrefs.QualifiedJClassRef.getRefClass(QualifiedJClassRef.java:80)
         at com.bea.util.jam.internal.elements.FieldImpl.getType(FieldImpl.java:89)
         at com.bea.staxb.buildtime.Java2Schema.isJaxRpcEnumType(Java2Schema.java:1646)
         at com.bea.staxb.buildtime.Java2Schema.checkPropertyConstructors(Java2Schema.java:1829)
         at com.bea.staxb.buildtime.Java2Schema.processProperty(Java2Schema.java:1753)
         at com.bea.staxb.buildtime.Java2Schema.bindProperties(Java2Schema.java:1368)
         at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:855)
         at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
         at com.bea.staxb.buildtime.Java2Schema.createBindingTypeFor(Java2Schema.java:804)
         at com.bea.staxb.buildtime.Java2Schema.findOrCreateBindingTypeFor(Java2Schema.java:676)
         at com.bea.staxb.buildtime.Java2Schema.internalBind(Java2Schema.java:440)
         at com.bea.staxb.buildtime.BindingCompiler.bind(BindingCompiler.java:125)
         at com.bea.staxb.buildtime.BindingCompiler.bindAsExplodedTylar(BindingCompiler.java:161)
         at weblogic.wsee.bind.buildtime.internal.SoapAwareJava2Schema.bindAsExplodedTylar(SoapAwareJava2Schema.java:1311)
         at weblogic.wsee.bind.buildtime.internal.TylarJ2SBindingsBuilderImpl.createBuildtimeBindings(TylarJ2SBindingsBuilderImpl.java:214)
         at weblogic.wsee.tools.jws.WebServiceInfo.createBindings(WebServiceInfo.java:215)
         ... 25 more
    !SUBENTRY 1 com.bea.wlw.server.core 4 4000 2008-03-19 15:36:00.72
    !MESSAGE Error(s) occurred during publish assembly. No modules will be published.

    Hi
    This looks like a known issue. I see that its fixed in Workshop 10.0 onwards.
    If you want a fix for 9.2 version please open up a BEA support case at http://support.bea.com . Please refer to the Cr's CR340337, CR360247 when opening the case.
    Can I upgrade to the latest version of Workshop and continue using WLS9.2?Yes, you can. With the latest version of workshop you can develop applications against WLS9.2.x and WLS10.x. So you would be able to use the same app on 9.2 on the latest workshop version.
    Vimala-

Maybe you are looking for

  • Flash CS5 unable to play .FLV files on Macbook Pro

    I have a colleague who is trying to put together a Flash package for me  on her macbook pro.  It needs to play an flv file. She is unable to play  flv files on her computer either in Flash or using the Adobe Media  Player. I have no problem playing t

  • Function in where clause

    Hi All, Can anyone know how to use the user defined function in the where clause of the SQL statement. Thanks in Advance, Madhu N.

  • TS1363 how do i get my ipad to sync

    how do i get my ipad to sync

  • Set filter by selecting a row

    Hello experts, I have the following problem: There are two analyse items. One shows all cost elements with actual and planned values. The other analyse item should show the last 10 accounting records of a cost element. By selecting the row with the d

  • How can I move media files off C drive?

    I have 29 GB of movies and TV shows in my iTunes media files on my C drive.  This is impacting performance of some other programs such as photoshop.  I've changed to location for future downloads to the F drive but still need to free up space on the