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 ?????

Similar Messages

  • Please read my problem when I configure Weblogic https

    I want to use https protocol and SSL for my web application in Weblogic
    I have a problem but I am not sure it's related to configuring Weblogic or not please if you can advice me
    I use "openssl" to be my own Certificate Authority (CA)
    I used this instructions for using openssl [http://www.g-loaded.eu/2005/11/10/be-your-own-ca/]
    after configuring openssl I used these steps for creating my keystore
    1. First I use this keytool for creating my private key and public key
    keytool -genkeypair -keyalg rsa -keystore ali_keytool.jks -storepass ali120 -alias ali_alias
    What is your first and last name?
         [Unknown]: AliKhosravi
    What is the name of your organizational unit?
    [Unknown]: Boors
    What is the name of your organization?
    [Unknown]: software
    What is the name of your City or Locality?
    [Unknown]: Tehranali_keytool.jks
    What is the name of your State or Province?
    [Unknown]: Tehran_Province
    What is the two-letter country code for this unit?
    [Unknown]: IR
    Is CN=AliKhosravi, OU=Boors, O=software, L=Tehran, ST=Tehran_Province, C=IR correct?
    [no]: y
    2. I create my CSR by this command
    keytool -certreq -alias ali_alias -keystore ali_keytool.jks -storepass ali120 -file ali_keytool.csr
    3. I sign the ali_keytool.csr by openssl . I do it like this :
    openssl x509 -req -in ali_keytool.csr -CA certs/myca.crt -CAkey private/myca.key -out ali_keytool.crt -days 365 -CAcreateserial -CAserial my_ca.seq
    4.Now my I have a signed certificate (ali_keytool.crt) and my CA certificate (myca.crt)
    and I import CA certificate to my keystore
    keytool -import -alias Openssl_ca -file myca.crt -keystore ali_keytool.jks -storepass ali120
    5. I import the signed certificate into my keystore by alias of private key
    keytool -import -alias ali_alias -file ali_keytool.crt -keystore ali_keytool.jks -storepass ali120
    6. I import the CA certificate again into a new keystore for creating Trust
    keytool -import -alias my_ca -file myca.crt -keystore ali_keytool_trust.jks -storepass ali120
    All steps done without any errors
    I used this address for help [http://www.startux.de/java/44-dealing-with-java-keystores]
    Now I want to configure kestores ans ssl in Weblogic
    7. I go to the Environment-->Servers-->AdminServer-->Keystore tab in wblogic
    8. I set "Keystores=Custom Identity and Custom Trust", "Custom Identity Keystore = H:\trust\ali_keytool.jks" , "Custom Identity Keystore Type=jks" ,
    "Custom Identity Keystore Passphrase:ali120"
    "Confirm Custom Identity Keystore Passphrase=ali120"
    "Custom Trust Keystore=H:\trust\ali_keytool_trust.jks" , "Custom Trust Keystore Type=jks" ,
    "Custom Trust Keystore Passphrase=ali120" , "Confirm Custom Trust Keystore Passphrase=ali120"
    9. Then I go to SSL tab and I set "Identity and Trust Locations=Keystores" , "Private Key Alias=ali_alias" ,"Private Key Passphrase=ali120",
    "Confirm Private Key Passphrase=ali120"
    10. I go to the General tab and select "SSL Listen Port Enabled"
    11. I user Firefox as WebBrowser so I configure my Browser I select Tools-->Options-->ViewCertificates --> Authorities tab
    and I import the server certificate here is "myca.crt the openssl certificate"
    in Downloading Certificate window I select
    "Trust this CA to identify web sites"
    "Trust this CA to identify email users"
    "Trust this CA to identify software developers"
    12. I restart Weblogic
    13. I try to loging in weblogic like this "https://127.0.0.1:7002/console"
    The webBroser show me this warning:
    This Connection is Untrusted
    You have asked Firefox to connect
    securely to 127.0.0.1:7002, but we can't confirm that your connection is secure.
    Normally, when you try to connect securely,
    sites will present trusted identification to prove that you are
    going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to
    this site without problems, this error could mean that someone is
    trying to impersonate the site, and you shouldn't continue.
    Technical Details
    I Understand the Risks
    I don't know why the WebBrowser show me this warning while I imported the Server Certificate
    I don't know that my problem is in configuring WebLogic or FireFox WebBrowser or Keystore
    If you know please advice me
    Thanks

    Moderator Action:
    You already aked this question a couple of weeks earlier:
    My problem when I enable SSL in Weblogic and I don't have a trusted CA cert
    This is a user-to-user forum.
    There is no obligation that anyone respond. They will answer if they choose to.
    If there is a business need for a resolution, use your service contract privileges and open a support ticket with Oracle Support.
    http://www.oracle.com/us/support/contact-068555.html
    This duplicate forum post is locked.

  • Problem in publishing web service

    i am getting problems in publishing coffee break
    service given in jawa web server development package
    exercise samples
    i ran "ant run-publish"
    i got the below response:
    javax.xml.registry.JAXRException:JAXR.UDDI.091:No
    concept specified for this classification
    at
    sun.com.xml.registry.uddi.UDDIMAPPER.classification2CategoryBag(Unknown
    Source)
    at
    sun.com.xml.registry.uddi.UDDIMAPPER.organisation2BuisinessEntity(Unknown
    Source)
    at
    sun.com.xml.registry.uddi.UDDIMAPPER.organisations2BuisinessEntities(Unknown
    Source)
    at
    sun.com.xml.registry.uddi.UDDIMAPPER.saveOrganisations(Unknown
    Source)
    at
    sun.com.xml.registry.uddi.BuisinessLifeCycleManagerImpl.saveOrganisations(Unknown
    Source)
    at JAXRPublish.executePublish(Unknown Source)
    at JAXRPublish.main(Unknown Source)
    The code is :
    import javax.xml.registry.*;
    import javax.xml.registry.infomodel.*;
    import java.net.*;
    import java.security.*;
    import java.util.*;
    * The JAXRPublish class consists of a main method, a
    * makeConnection method, and an executePublish
    method.
    * It creates an organization and publishes it to a
    registry.
    public class JAXRPublish {
    Connection connection = null;
    public JAXRPublish() {}
    public static void main(String[] args) {
    ResourceBundle bundle =
    ResourceBundle.getBundle("JAXRExamples");
    String queryURL =
    bundle.getString("query.url");
    String publishURL =
    bundle.getString("publish.url");
    // Edit to provide your own username and
    password
    // Defaults for Registry Server are
    testuser/testuser
    String username =
    bundle.getString("registry.username");
    String password =
    bundle.getString("registry.password");
    JAXRPublish jp = new JAXRPublish();
    jp.makeConnection(queryURL, publishURL);
    jp.executePublish(username, password);
    * Establishes a connection to a registry.
    * @param queryUrl     the URL of the query registry
    * @param publishUrl     the URL of the publish
    registry
    public void makeConnection(String queryUrl,
    String publishUrl) {
    * Specify proxy information in case you
    * are going beyond your firewall.
    ResourceBundle bundle =
    ResourceBundle.getBundle("JAXRExamples");
    String httpProxyHost =
    bundle.getString("http.proxyHost");
    String httpProxyPort =
    bundle.getString("http.proxyPort");
    String httpsProxyHost =
    bundle.getString("https.proxyHost");
    String httpsProxyPort =
    bundle.getString("https.proxyPort");
    * Define connection configuration properties.
    * To publish, you need both the query URL and
    the
    * publish URL.
    Properties props = new Properties();
    props.setProperty("javax.xml.registry.queryManagerURL",
    queryUrl);
    props.setProperty("javax.xml.registry.lifeCycleManagerURL",
    publishUrl);
    props.setProperty("com.sun.xml.registry.http.proxyHost",
    httpProxyHost);
    props.setProperty("com.sun.xml.registry.http.proxyPort",
    httpProxyPort);
    props.setProperty("com.sun.xml.registry.https.proxyHost",
    httpsProxyHost);
    props.setProperty("com.sun.xml.registry.https.proxyPort",
    httpsProxyPort);
    try {
    // Create the connection, passing it the
    // configuration properties
    ConnectionFactory factory =
    ConnectionFactory.newInstance();
    factory.setProperties(props);
    connection = factory.createConnection();
    System.out.println("Created connection to
    registry");
    } catch (Exception e) {
    e.printStackTrace();
    if (connection != null) {
    try {
    connection.close();
    } catch (JAXRException je) {}
    * Creates an organization, its classification,
    and its
    * services, and saves it to the registry.
    * @param username the username for the registry
    * @param password the password for the registry
    public void executePublish(String username,
    String password) {
    RegistryService rs = null;
    BusinessLifeCycleManager blcm = null;
    BusinessQueryManager bqm = null;
    try {
    rs = connection.getRegistryService();
    blcm = rs.getBusinessLifeCycleManager();
    bqm = rs.getBusinessQueryManager();
    System.out.println("Got registry service,
    query " +
    "manager, and life cycle manager");
    // Get authorization from the registry
    PasswordAuthentication passwdAuth =
    new PasswordAuthentication(username,
    password.toCharArray());
    Set creds = new HashSet();
    creds.add(passwdAuth);
    connection.setCredentials(creds);
    System.out.println("Established security
    credentials");
    ResourceBundle bundle =
    ResourceBundle.getBundle("JAXRExamples");
    // Create organization name and
    description
    Organization org =
    blcm.createOrganization(bundle.getString("org.name"));
              //System.out.println(bundle.getString("org.name"));
    InternationalString s =
    blcm.createInternationalString(bundle.getString("org.description"));
    org.setDescription(s);
    // Create primary contact, set name
    User primaryContact = blcm.createUser();
    PersonName pName =
    blcm.createPersonName(bundle.getString("person.name"));
    primaryContact.setPersonName(pName);
    // Set primary contact phone number
    TelephoneNumber tNum =
    blcm.createTelephoneNumber();
    tNum.setNumber(bundle.getString("phone.number"));
    Collection phoneNums = new ArrayList();
    phoneNums.add(tNum);
    primaryContact.setTelephoneNumbers(phoneNums);
    // Set primary contact email address
    EmailAddress emailAddress =
    blcm.createEmailAddress(bundle.getString("email.address"));
    Collection emailAddresses = new
    ArrayList();
    emailAddresses.add(emailAddress);
    primaryContact.setEmailAddresses(emailAddresses);
    // Set primary contact for organization
    org.setPrimaryContact(primaryContact);
    // Set classification scheme to NAICS
    ClassificationScheme cScheme =
    bqm.findClassificationSchemeByName(null,
    bundle.getString("classification.scheme"));
    // Create and add classification
    Classification classification =
    blcm.createClassification(cScheme,
    bundle.getString("classification.name"),
    bundle.getString("classification.value"));
    Collection classifications = new
    ArrayList();
    classifications.add(classification);
    org.addClassifications(classifications);
    // Create services and service
    Collection services = new ArrayList();
    Service service =
    blcm.createService(bundle.getString("service.name"));
    InternationalString is =
    blcm.createInternationalString(bundle.getString("service.description"));
    service.setDescription(is);
    // Create service bindings
    Collection serviceBindings = new
    ArrayList();
    ServiceBinding binding =
    blcm.createServiceBinding();
    is =
    blcm.createInternationalString(bundle.getString("svcbinding.description"));
    binding.setDescription(is);
    // allow us to publish a fictitious URL
    without an error
    binding.setValidateURI(false);
    binding.setAccessURI(bundle.getString("svcbinding.accessURI"));
    serviceBindings.add(binding);
    // Add service bindings to service
    service.addServiceBindings(serviceBindings);
    // Add service to services, then add
    services to organization
    services.add(service);
    org.addServices(services);
    // Add organization and submit to registry
    // Retrieve key if successful
    Collection orgs = new ArrayList();
    orgs.add(org);
    BulkResponse response =
    blcm.saveOrganizations(orgs);
    Collection exceptions =
    response.getExceptions();
    if (exceptions == null) {
    System.out.println("Organization
    saved");
    Collection keys =
    response.getCollection();
    Iterator keyIter = keys.iterator();
    if (keyIter.hasNext()) {
    javax.xml.registry.infomodel.Key
    orgKey =
    (javax.xml.registry.infomodel.Key) keyIter.next();
    String id = orgKey.getId();
    System.out.println("Organization
    key is " + id);
    } else {
    Iterator excIter =
    exceptions.iterator();
    Exception exception = null;
    while (excIter.hasNext()) {
    exception = (Exception)
    excIter.next();
    System.err.println("Exception on
    save: " +
    exception.toString());
    } catch (Exception e) {
    e.printStackTrace();
    } finally {
    // At end, close connection to registry
    if (connection != null) {
    try {
    connection.close();
    } catch (JAXRException je) {}
    Please solve my problem.

    I have the same problem when trying to deploy a simple web service with longs and bytes. I still don't know where the error comes from. Did you find something out? Any answer would be welcome.

  • Problem converting Publisher 2007 files with PDFMaker

    Hi all
    I hope someone can help me.
    I am a technician at a large company and we recently upgraded a users PC to Vista Business (32 bit) from XP Pro.
    Since this was done, the user has a problem with Publisher files on Office 2007.
    When trying to convert the files using Adobe Acrobat Standard 9 with the PDFMaker plug-in on Publisher, it spools the file to the AdobePDF printer and the job then disappears from the printer but the converting bit just hangs at 60% and Publisher 2007 freezes up and Acrobat is not launched showing the converted publisher file.
    This is only happening when converting Publisher files. Word Excel etc are working fine.
    When logged in as administrator, it works perfectly. The converted publisher file spools to the AdobePDF printer, disappears from the queue and Acrobat Standard 9 is launched showing the publisher document as a PDF file. Giving the user administrator rights is not an option. This apparently worked perfectly for the user when his machine OS was XP Pro using Office 2007 and Acrobat Standard 9.
    I have tried a repair of Office, a repair and then a complete uninstall and reinstall of Abobe Standard 9. Also given the user full control of the Adobe folders but the same thing happens with the Publisher conversions.
    Any ideas?
    James

    Hi all
    This problem is now resolved. I got it to work but the frustrating thing was I dont know how I did it! Messed with some settings in Acrobat 9 and the AdobePDF printer and retried it and it worked
    Thanks anyway
    James

  • Problem using myfaces on webLogic

    I run into the problem using myfaces on webLogic 9.1.
    That is... a managedBean's instance is created twice in one page.
    That page is consisted with one <h:inputText> and <h:commandButton>.
    After some tests, we found out that the problems happens in a JSP which has <h:inputText>...
    This problem didn't happen on Tomcat or JDeveloper.
    We tried with another application.
    And oh my goodness, it didn't happen.
    It worked collect with no problems at all.
    The difference between two application is,
    the former managedBean extends abstract class,
    and the latter doesn't.
    Pls help me.....

    It was a program bag rather than weblogic's problem.
    In the program, it deleted all the objects in the session scope.
    So, after JSF render the next JSP, it re-create a managed bean.
    But, I'm still wonder why the same things didn't happen in Tomcat.
    WebLogic put managed bean into the session soon after JSF
    creates it.
    On the otherhand, Tomcat does that after managedbean's action
    is completed???
    Considering the JSF specification, i think weblogic is right.
    Cos,JSF put all the components and related managed bean
    into session, in the rendering phase.
    Thanks for asking anyway.

  • Getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep

    getting Problem while publishing Problem while publishing java.lang.IllegalArgumentExcep while deploying persistance with ejb sample application into cloud. can any one please tell me why i am getting this?

    Hi Goutham,
    I am facing the same issue. Please let me know how you have resolved it.

  • Problem in publishing master catalog

    Hi,
    I am not an SAP expert. I would like to ask your help about our current issue at hand. I need to publish the master catalog but I dont know how to do it. We have installed SRM 5.0 and CCM 2.0. Can you give me a detailed steps on how to do it? And also, i dont know how to create nor upload a schema. The only type of schema that the system may accept is in csv format because xml format will be applicable because it is a stand-alone system. It is not integrated yet to EP or XI.
    Hoping for your apt reply. Thank you.
    Regards,
    Charm

    Hi
    <b>Please go through the following details, which will definitely help -></b>
    http://help.sap.com/saphelp_srm50/helpdata/en/42/151D6093BB73ADE10000000A114B54/content.htm
    https://websmp105.sap-ag.de/~sapidb/011000358700003992672005E/Config_Guide_CCM200_640doc.pdf
    http://help.sap.com/saphelp_srm50/helpdata/en/e5/f5e938b4ece075e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/01/2ee339a327f136e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/5d/4cacb2fe20430aa0e4666be4fe1d5e/frameset.htm
    Problem with publishing catalog in another language
    Re: Master catalog schema.......
    Catalog item not found during publication master catalog
    The Master Catalog in CCM is never manually created by an administrator, the catalog is generated upon entering the CDC (Catalog Design Center) {Edit Catalogs}.              Providing the CCM system has been initialized using the report /ccm/initialize_cme the catalog will be automatically generated as described above, even if deleted upon next entry to the CDC a new Master will be created again.
    Regards
    - Atul

  • Problem restarting my Oracle WebLogic Server 10.3

     

    I am having a problem restarting my Oracle WebLogic Server 10.3.
    If I try to restart or republish my server, it gives me the error 'weblogic.management.ManagementException: Unable to obtain lock on D:\user_projects\userdomain\servers\AdminServer\tmp\AdminServer.lok. Server may already be running'.
    This problem happens only when the server is inactive for a while. Say, if I leave the server running overnight without any activity, the server state reads stopped in the morning, even though background java processes are still running. Now, at this point, it doesn't let me restart or republish my server until I explicitly kill all the java process from windows task manager.
    Any help to solve this highly frustrating problem is gratefully appreciated. BTW, this happens on development systems, running on windows, using Oracle Workshop for WebLogic v10.3.
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on D:\user_projects\userdomain\servers\AdminServer\tmp\AdminServer.lok. Server may already be running
         at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
         at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
         at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:73)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:459)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:164)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
         at weblogic.Server.main(Server.java:67)
    >
    <May 11, 2009 9:16:50 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <May 11, 2009 9:16:50 AM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <May 11, 2009 9:16:50 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Stopping PointBase server...
    PointBase server stopped.
    Thanks.

  • Problem integrating Oracle 9i, Weblogic 7.0, and MDB

    (REFORMATTED??)
    All:
    I would really appreciate an answer to this question.
    Background:
    - We are using Oracle 9i and Weblogic 7
    - I have an MDB that receives a message, then in the onMessage
    (Message) method performs a findByPrimaryKey(String).
    Problem:
    The deployment descriptors and the MDB all work fine when I set
    them up to query against a Pointbase database and deploy to
    Weblogic. Everything worked fine. But this was only a test to
    see if everything would work.I now need to query against an
    Oracle database.
    I got the updated version of theOracle Thin Driver and put it in
    the WL_HOME/server/lib/classes12.zip file. I even added it to
    the beginning of the classpath in the startWeblogic.cmd file.But
    am still having problems.
    To test the just the Oracle connection I double checked the
    user, password, URL,and driver settings in a java file using
    JDBC connections - and they worked fine.They just aren't working
    when integrated into Weblogic.
    The problem lies in the Weblogic 7 server integration with
    Oracle 9i. The softwareintegrated fine when tables from a
    Pointbase database were queried. The only changes made have been
    to make the connectivity to Oracle.
    My errors are in the attached myserver.log file. If anyone knows
    if this is aknown problem or what the problem is please let me
    know.Just FYI my settings are as follows:
    Driver: oracle.jdbc.driver.OracleDriver
    URL=jdbc:oracle:thin:@192.168.6.10:1521:proType1
    user=protype1
    password=protype1
    Any advice is welcomed! I've tried everything I can think of.
    Angie
    [myserver_errors.txt]

    Angela Biche wrote:
    (REFORMATTED??)
    All:
    I would really appreciate an answer to this question.
    Background:
    - We are using Oracle 9i and Weblogic 7
    - I have an MDB that receives a message, then in the onMessage
    (Message) method performs a findByPrimaryKey(String).
    Hi. Show me your pool definition, and the standalone code that makes a good
    JDBC connection with the driver you want to use. I assume you've
    verified that the driver you want to use comes before any weblogic
    stuff in the classpath for the server.
    It seems the pool was configured with zero initial capacity, and is being
    asked to create connections at runtime. I would make the pool make all it's
    connections at startup. This is faster and more stable, and will also narow
    the problem down to the pool not booting until we get the JDBC connections
    made.
    Joe
    >
    Problem:
    The deployment descriptors and the MDB all work fine when I set
    them up to query against a Pointbase database and deploy to
    Weblogic. Everything worked fine. But this was only a test to
    see if everything would work.I now need to query against an
    Oracle database.
    I got the updated version of theOracle Thin Driver and put it in
    the WL_HOME/server/lib/classes12.zip file. I even added it to
    the beginning of the classpath in the startWeblogic.cmd file.But
    am still having problems.
    To test the just the Oracle connection I double checked the
    user, password, URL,and driver settings in a java file using
    JDBC connections - and they worked fine.They just aren't working
    when integrated into Weblogic.
    The problem lies in the Weblogic 7 server integration with
    Oracle 9i. The softwareintegrated fine when tables from a
    Pointbase database were queried. The only changes made have been
    to make the connectivity to Oracle.
    My errors are in the attached myserver.log file. If anyone knows
    if this is aknown problem or what the problem is please let me
    know.Just FYI my settings are as follows:
    Driver: oracle.jdbc.driver.OracleDriver
    URL=jdbc:oracle:thin:@192.168.6.10:1521:proType1
    user=protype1
    password=protype1
    Any advice is welcomed! I've tried everything I can think of.
    Angie
    Name: myserver_errors.txt
    myserver_errors.txt Type: Plain Text (text/plain)
    Encoding: base64

  • Chart problems when publishing to Crystal Enterprise

    Hi All,
    I am currently experiencing Chart problems when publishing to Crystal Enterprise. My reports work fine in Crystal Developer but when I publish these to Enterprise, the charts do not show any data, although the numbers come across fine.
    Any suggestions?
    Thanks
    Marc

    Hi Marcbo,
    Just try to publish the report with no data option to enterprise.
    Change the type of viewer to HTML or DHTML.
    Some times reports dont work with activex viewer.
    In general charts dosent throw any problem.
    Thanks,
    Naveen.

  • Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.can any one help me bcoz i have to publish without air runtime.......

    Help me, I am using flash pro cc and air 4.0,i have one problem when publishing apk through air publish settings,choosing the run time option from third party is disabled.
    can any one help me bcoz i have to publish without air runtime.......

    Hi,
    This option is available when your publish target is set to AIR 3.6.
    You can download the desired AIR SDK version from Archived Adobe AIR SDK versions
    Thanks!
    Mohan

  • Publishing Error - Weblog is the problem

    OK, I know everyone's having problems publishing, me too. Here's the error I get:
    An error occurred while publishing file “/Web/Sites/iWeb/sitename/sitename's Weblog”.
    I did successfully publish the site to a folder on my desktop. Can I just drag that folder onto my iDisk and completely replace my entire site without going through the (nonfunctioning) "Publish" command in iWeb?
    IF not, can I drag iWeb to the trash and reinstall the old iWeb 1, which worked fine for me? Will that work?
    Tx.
    PowerMac G5 DP2.7   Mac OS X (10.4.4)  

    Mark,
    I had the same problem and here is how I solved it.
    (1) In the Finder menu select the Go menu and then select "My iDisc"
    (2) When the iDisc opens, of the 13 items showing, open the Web folder and you will see two other folders inside iWeb and Sites folders.
    (3) Open the Sites folder and you will see 17 items in it. (If there aren't any, just proceed.) Copy your 17 iWeb files and drag them to the Sites folder. When it asks if you want to replace the current files, click on "replace all." It takes a little time to replace all of the files (depends on the Apple server load. After all files have been replaced, close everything and open your favorite browser (Safari or IE, etc.) and type in the following address:
    http://web.mac.com/username/website name and it should bring up your web site. I was never able to PUBLISH my site the normal way but it worked doing this with the exception that my hit counters do not appear. But everything else works fine.
    Here is my camera clubwebsite URL
    http://web.mac.com/ccatwv.cameraclub

  • Jdeveloper 11g R2 problem when publishing PL\SQL Web Service

    Hi Guys,
    I have been banging my head against the wall for the past few days trying to publish pl\sql package as a web service on a weblogic 10.3 but I keep running into the same problem.
    PL\SQL Package Source below
    create type dept_type as object
    (deptno NUMBER,
    dname VARCHAR2(50),
    loc varchar2(13),
    cr_date date)
    create type dept_list_table is table of dept_type
    purge recyclebin;
    create or replace package ws_package as
    procedure test_dept_table (pout out dept_list_table);
    end ws_package;
    show errors;
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    all_depts dept_list_table := dept_list_table();
    dRecType dept_type;
    i number := 0;
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    dRecType := dept_type(null, null, null, null);
    dRecType.deptno := r_list.deptno;
    dRecType.dname := r_list.dname;
    dRecType.loc := r_list.loc_id;
    dRecType.cr_date := sysdate;
    pout.extend;
    pout(i) := dRecType;
    end loop;
    end test_dept_table;
    end ws_package;
    show errors;
    I go and create PL\SQL Web Service using default settings in Jdeveloper 11g R2 but when I try and test this page I get the following response:
    Failed to invoke end component servqa.MyWebService1User (POJO), operation=testDeptTable -> Failed to invoke method -> java.sql.SQLException: ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'TEST_DEPT_TABLE' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Anyone have any idea what the problem may be? Your help would be much appreceated!
    Bojan

    Hi Frank,
    I think the problem is in any procedure that has a COMPLEX TYPE as OUT parameter. So even if you strip down the procedure to just do nothing I still get the error as described in my top post. Passing complex parameters as IN parameter work fine its only when I have procedure with complex out when it errors. I also tried function that returns object parameter and that works fine too so not sure why this doesnt?
    create or replace package body ws_package as
    procedure test_dept_table (pout out dept_list_table) is
    begin
    -- iterate through all depts
    for r_list in (select * from dept) loop
    i := i + 1;
    end loop;
    end test_dept_table;
    end ws_package;
    Not sure if I am meant to do anything extra before I generate Web Service using JDeveloper if my procedure has got PL\SQL types as OUT parameters but as far as I know JDeveloper should do all the type conversions for you??
    Thanks
    Bojan

  • Problem with publishing in cs5

    Hi, we seem to be expiriencing the following issues with cs5 trial version.
    The problem:
    After making changes to a perfectly working fla it won't publish correctly,
    meaning:
    1. When previewing all the components jump (as usually happens when there is
    a compile error) but no error is displayed in the log.
    In this case when used with the whole project, the project doesn't load,
    even though the corrupted fla is not the first loaded (non of the fla loads
    besides the preloader).
    2. When previewing and running with the whole project the labels on the
    button components disappear, but only the ones that are dynamically changed
    by an external as file.
    *there are other similar bugs as well like unable to enter the table in the
    game etc.
    The changes I make before it happens:
    - changing the size of a shape inside a movie clip.
    - changing the size of a movie clip.
    - changing anything in an already existing code (like changing the size of a
    font).
    - adding new basic code anywhere (like trace code).
    - changing button skins.
    Basically, any change I make corrupts the file but not consistently,
    meaning,
    I can make the same change twice and the file will break only one of the
    times, or, I can make several changes until it breaks.
    It also happens on every computer but also, not consistently, I can work for
    a while, making the same change, deleting, making the change again etc, only
    on the fifth or sixth time the file will break. On a different computer it
    can take only two or three times.
    The corrupted file start working again after I change the name of the folder
    containing my project or move all the files to a different folder anywhere
    on my computer. After a short while the file crushes again.
    p.s, i used the latest cs5 updates and that did not solve the problem.
    thanks in advance.
    David.

    Seems you have encountered a weird problem. I have been using CS 5 for quite sometime now without any such issues.
    Would it be possible for you to share an example fla that is causing the problem.
    It would be great if you could provide a copy of the fla that gets published ( before making changes)
    and a copy of the fla that is broken ( after making changes)
    If it is possible for you to provide the fla then probaby I could help you out in finding the issue.

  • Problem with WLIOTimeoutSecs in weblogic and apche  CSS load balancer

    Hi,
    We are using Weblogic 11g, apache 2.2 and CSS load balancer for load balancing.
    we have huge reports which take minutes to generate and hence we need higher value for WLIOTimeoutSecs. This works fine when we use server url but WLIOTimeoutSecs is not working when we use CSS load balancer.
    We checked with our load balancing team they said CSS load balancer will not repost the request.
    Here is the plugin configuration
    <Location /*****>
    SetHandler weblogic-handler
    PathTrim /
    WebLogicHost 'serevrip'
    WebLogicPort 'port'
    WLIOTimeoutSecs 3600
    Idempotent OFF
    WLProxySSL ON
    DefaultFileName /***/***/index.jsp
    Debug On
    WLLogFile /***/***/***/***.log
    </Location>
    Could some please help me on this.
    Thanks in advance
    Regards,
    Venkat

    Hi Tarun,
    The problem occurs when the SSL is enabled on apache. If I access the same URL over HTTP, the parameter WLIOTimeOut works fine.
    Also I observed that, none of the parameters are getting applied to the plugin. I had switched on 'DebugConfigInfo'. With this the HTTP URL with ?__WebLogicBridgeConfig as query parameter returned the complete configuration. However when accessed with HTTPS the server did not return the configuration.
    Is there a specific configuration to be applied when apache is used with SSL?
    Thanks for your help,
    Shashi

Maybe you are looking for