Developing portal using Weblogic portal 10.3 or weblogic workshop 10.3

Hello
I am new to portal development. I see that one can develop portal using Oracle weblogic workshop 10.3 which has many features including Java Page Flow and Java controls. I am wondering what extra features one can get using Weblogic portal 10.3. The Weblogic platform 10.3 which I use does not have weblogic portal, it has weblogic AS and workshop. Do I need weblogic portal install now or in future while developing portal. I am trying to develop a portal from scratch. Any input will be highly appreciated. Thanks.

Some suggesssions,
While installing the weblogic you need select weblogic portal option also. Only for weblogic different installation exe file with portal different exe file.
To get the weblogic portal server and portal work shop with weblogc you need to down load weblogic portal 10.3 exe file.
Thanks,
Venkata Sarvabatla

Similar Messages

  • Invoking web service using Weblogic Workshop (JCX)

    Invoking web service using Weblogic Workshop
    Posted: 5 Jan 2005 23:31 PM Reply
    Hi,
    I have WSDL from which I have generated a web service control (.jcx) using Weblogic Workshop.
    I need to write a client which will invoke the web service using the control.
    Can someone help me on how to go about this ?
    BTW .. I also tried the clientgen route and tried to generated the proxy jar from the WSDL but wasn't successful because of a existing clientgen bug.
    Refer bug

    Hi,
    if the consumer of the webservice is a control-aware consumer ( pageflow, control, process ) simply drag the control to this consumer and the control variable is ready for use.
    if the consumer is not control-aware, try to generate a proxy using eg. the axis tool, or handcode your proxy class.
    links :
    how to use webservice control
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/controls/conGettingStartedWithJavaControls.html
    axis
    http://ws.apache.org/axis/
    - Anders M.
    - Anders M.

  • 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.

  • Error while generating ear using ant script in weblogic workshop 10

    In my application I have to create a ear file which should have the war file inside.
    I have created the build.xml for both ear application and web application, workshop.xml using weblogic workshop option
    File->export->WorkshopAntScripts
    I have been using the following command to execute the build.xml in EARApp(ear application)
    set the environment variables by running
    D:\bea\wlserver_10.0\common\bin\commEnv.cmd
    then
    D:\Source_Code\EARApp>ant clean build archive -Dworkspace="D:\Source_Code"
    I am getting the following error,
    Buildfile: build.xml
    init.env:
    check.versions:
    init.typedefs:
    init:
    clean:
    init.env:
    check.versions:
    init.typedefs:
    init:
    clean:
    [delete] Deleting 53 files from D:\Source_Code\WebApp\.apt_src
    [delete] Deleted 14 directories from D:\Source_Code\WebApp\.apt_src
    [delete] Deleting 218 files from D:\Source_Code\WebApp\build\classes
    [delete] Deleted 42 directories from D:\Source_Code\WebApp\build\classes
    [delete] Deleting directory D:\Source_Code\WebApp\build\assembly\.src
    [delete] Deleting directory D:\Source_Code\WebApp\build\weboutput
    [mkdir] Created dir: D:\Source_Code\WebApp\build\weboutput
    init.env:
    check.versions:
    init.typedefs:
    init:
    build:
    init.env:
    check.versions:
    init.typedefs:
    init:
    build:
    [apt] [web.content.root]|[D:\Source_Code\WebApp/\WebContent]
    [apt] [web.source.roots]|[D:\Source_Code\WebApp/src]
    [apt] Compiling 113 source files to D:\Source_Code\WebApp\build\classes
    [apt] warning: Annotation types without processors: [java.lang.SuppressWarnings, org.apache.be
    ehive.controls.system.jdbc.JdbcControl.ConnectionDataSource, org.apache.beehive.controls.system.jdbc
    .JdbcControl.SQL, com.bea.control.annotations.TransactionAttribute]
    [apt] 1 warning
    [apt] warning: Annotation types without processors: [java.lang.SuppressWarnings]
    [apt] 1 warning
    [apt] [web.content.root]|[D:\Source_Code\WebApp/\WebContent]
    [apt] [web.source.roots]|[D:\Source_Code\WebApp/src]
    [apt] Compiling 53 source files to D:\Source_Code\WebApp\build\classes
    [apt] warning: Annotation types without processors: [java.lang.SuppressWarnings]
    [apt] 1 warning
    [javac] Compiling 113 source files to D:\Source_Code\WebApp\build\classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 53 source files to D:\Source_Code\WebApp\build\classes
    [delete] Deleting directory D:\Source_Code\WebApp\build\weboutput
    [mkdir] Created dir: D:\Source_Code\WebApp\build\weboutput
    [copy] Copying 1 file to D:\Source_Code\WebApp\build\weboutput\WEB-INF
    [copy] Copying 1 file to D:\Source_Code\WebApp\build\weboutput\WEB-INF
    init.env:
    check.versions:
    init.typedefs:
    init:
    stage:
    [delete] Deleting directory D:\Source_Code\EARApp\.staging
    [mkdir] Created dir: D:\Source_Code\EARApp\.staging
    [copy] Copying 7 files to D:\Source_Code\EARApp\.staging
    init.env:
    check.versions:
    init.typedefs:
    init:
    stage.to.ear:
    init.env:
    check.versions:
    init.typedefs:
    init:
    stage:
    init.env:
    check.versions:
    init.typedefs:
    init:
    generated.root.init:
    assembly:
    [mkdir] Created dir: D:\Source_Code\WebApp\build\assembly\.src
    [assemble] Assembly failed - Control Assembly process failed
    [assemble] Caused by: info
    BUILD FAILED
    D:\Source_Code\EARApp\build.xml:189: The following error occurred while executing t
    his line:
    jar:file:/D:/bea/WLSERV%7e1.0/workshop/lib/workshop-antlib.jar!/com/bea/workshop/cmdline/antlib/antl
    ib.xml:92: The following error occurred while executing this line:
    D:\Source_Code\EARApp\build.xml:201: The following error occurred while executing t
    his line:
    D:\Source_Code\WebApp\build.xml:351: The following error occurred while executing thi
    s line:
    D:\Source_Code\WebApp\build.xml:177: The following error occurred while executing thi
    s line:
    D:\Source_Code\WebApp\build.xml:424: Assembly failed.
    Some one help me solve this problem.
    Thanks in advance.

    --> some error on posting please refer to the next post...
    From the error logs we can trace it out to the web project's Build.xml file ....I was getting a similar error and by commenting out the following lines in the web project's Build.xml I am able to run the build script correctly and get a EAR file. The lines are
    <!--
    <assemble
    moduleDir="${generated.module.root}"
    moduleName="${project.name}"
    srcOutputDir="${assembly.src}"
    appRootDir="${ear.root}">
    <assemblyContext factory="org.apache.beehive.controls.runtime.assembly.WebAppAssemblyContext$Factory" />
    <assemblyContext factory="org.apache.beehive.controls.runtime.assembly.AppAssemblyContext$Factory" />
    <classpath refid="assembly.classpath" />
    <fileset dir="${project.dir}">
    <include name="**/*.controls.properties" />
    </fileset>
    </assemble>
         -->
    Please check it now, also if any one can let us know the function or role played by the above lines it would be great. Also if there would be any future or unseen problems by commenting out these lines please do let us know...
    Thanks
    -MiM
    Edited by prodigymonish83 at 10/22/2007 5:56 AM

  • Creating a portlet without WebLogic Workshop

    Hi;
    Are there instructions anywhere on how to create a portlet and run it under WebLogic - without using WebLogic Workshop? I am guessing that that might be a simpler approach.
    thanks - dave

    There really aren't - BEA wants you to use their Workshop tools because they hide all the supposed 'complexities' of their Portal framework nonsense from you.
    That being said, I've managed to find a way to work without Workshop and to use Eclipse as our development environment. Granted, we're focussed on JSR-168 portlets with JSF, but we still have to play within their proprietary framework for the Portal itself. So far, we've been very successful, just a few minor issues regarding the admin tool, but it works. The trick is to create a project in Workshop once, then dissect it so you can import it into Eclipse and work with it the way you want. Its not impossible, but its not trivial either - it has taken me about 4 weeks to sort our how the Portal works.
    We're using Portal 8.1sp5, with JSR-168/Apache JSF-Portlet Bridge, Spring, Hibernate with Eclipse 3.1/Maven 1.x.

  • Configuring WebLogic Workshop

    Is it possible for more than one developer, work concurrently on the same Portal
    applicacion running on WLS?
    Thanks

    Akhila N wrote:
    Hi,
    I would like to use Weblogic Workshop 7.0 with MSAccess database. When configuring the JDBC Connection pool, i do not know what i am supposed to be entering for the "URL" and "Driver Classname" . Also, i am not sure what driver's name i should specify in the weblogic700\server\bin\StartWLS.cmd file, in the Classpath variable.....I will really appreciate if anyone is able to help me out here...
    Thanks in advance,
    Akhila N.Hi. The only java acess I know to MS Access would be via the JDBC-odbc bridge and the odbc driver for MS access.
    This would be unsupported by any multithreaded Java application because the jdbc-odbc bridge is flakey, unsupported
    by it's maker, and is not threadsafe.
    Joe

  • Weblogic Workshop for non-WLS work

    Hello
    I am working on a Java servlet based application to be hosted on Apache Tomcat
    server. Can I use Weblogic Workshop to build a Web service and host it under Tomcat?
    In other words, is Weblogic Workshop strongly coupled with Weblogic Server platform?
    Andi Giri

    Andi,
    WebLogic Workshop is tightly coupled with WebLogic Server. Web services
    developed by Workshop use WebLogic server specific functionality and hence
    can be hosted only on WebLogic server.
    Regards,
    Anurag
    "Andi Giri" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hello
    I am working on a Java servlet based application to be hosted on ApacheTomcat
    server. Can I use Weblogic Workshop to build a Web service and host itunder Tomcat?
    In other words, is Weblogic Workshop strongly coupled with Weblogic Serverplatform?
    >
    Andi Giri

  • Upgrade Weblogic Workshop8.1 to Weblogic Workshop 10.2

    Hi,
    I am upgrading my application developed using weblogic workshop 8.1 sp4 to weblogic 10.2 using BEA workspace studio. In the process of upgrading, I encounterd following error:
    "*Invalid Workshop 8.1 Application, only applications built with SP4, SP5 or SP6 are supported*. " in the Workshop 8.1 Application Upgrade wizard after selecting .work file. As, I mentioned our application developed using workshop 8.1 SP4.
    Pls, anyone has solution for this.
    Thanks,
    Krishna

    Please try the Workshop forum:
    Workshop

  • Error when generating a Web Service from WSDL (Weblogic Workshop)

    Hi,
    I am using weblogic workshop 10 for implementing web services and its was working fine. But now when I try to generate a web service from WSDL its crashing with the following error;
    Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
    org.eclipse.core.runtime.CoreException: Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws(JwsFromWsdlBuilder.java:107)
         at com.bea.workshop.webservices.ui.wizards.jwsfromwsdl.GenerateJwsFromWsdlWizard$1.execute(GenerateJwsFromWsdlWizard.java:133)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    org.eclipse.core.runtime.CoreException[4]: com.bea.workshop.webservices.core.gen.WebServicesException:
         at com.bea.workshop.webservices.core.gen.GenerationScript.runAnt(GenerationScript.java:154)
         at com.bea.workshop.webservices.core.gen.GenerationScript.createJWS(GenerationScript.java:98)
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws0(JwsFromWsdlBuilder.java:135)
         at com.bea.workshop.webservices.core.gen.JwsFromWsdlBuilder.buildJws(JwsFromWsdlBuilder.java:98)
         at com.bea.workshop.webservices.ui.wizards.jwsfromwsdl.GenerateJwsFromWsdlWizard$1.execute(GenerateJwsFromWsdlWizard.java:133)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: org.eclipse.core.runtime.CoreException: Could not find one or more classes: "org.apache.tools.ant.launch.AntMain". Please check the Ant classpath.
         at org.eclipse.ant.core.AntRunner.problemLoadingClass(AntRunner.java:445)
         at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:417)
         at org.eclipse.ant.core.AntRunner.run(AntRunner.java:362)
         at com.bea.workshop.webservices.core.gen.GenerationScript.runAnt(GenerationScript.java:152)
         ... 8 more
    I have checked my ANT_HOME and its pointing to the correct location bea\tools\eclipse32\eclipse\plugins\org.apache.ant_1.6.5 and the AntMain classs is present in this path: org.apache.tools.ant.launch.AntMain
    If anyone has any idea on this please suggest a solution.
    Thanks in advance
    -AKJ

    Yes, I assume you are talking about ANT_HOME:
    see this Screenshot which shows my current settings
    [http://i43.tinypic.com/nbrec6.jpg|http://i43.tinypic.com/nbrec6.jpg]
    Regards
    -AKJ

  • Authentication error weblogic workshop

    Hi ,
    I am trying to debugg my application with weblogic workshop but its
    giving authentication error. My application is deployed and i can access it
    . I am using ant . Actually when i click the debug button it statrts the
    build and after successful termination of the build process it opens the
    debug view but gives the following error :-
    Authentication Failure when connecting to server
    Check your weblogic server username and password are correct and that the
    user has full admin rights.
    I have given the same username and password in workshop that i gave while
    configuring my domain. I guess workshop is not able to communicate with the
    server . Please help me out. I have spent enough time resolving this.
    Thanks

    The text of the error message may be incorrect, but the intent of the
    message is correct. You cannot use <max-beans-in-free-pool> with a Stateful
    session bean. See:
    http://e-docs.bea.com/wls/docs81/ejb/DDreference-ejb-jar.html#1114854
    Bill
    "Rick Jackson" <[email protected]> wrote in message
    news:26851318.1105651919423.JavaMail.root@jserv5...
    Hello,
    I have created a session EJB in Weblogic workshop. In the propertyeditor, I have set the "type" to "Stateful". I have then set the
    max-beans-in-free-pool to 1. I build my ejb project, and I get the below
    error:
    "A Stateless Session Bean cannot have a tag max-beans-in-free-pool". Thisdoesn't make any sense to me since I have specified that it is a "Stateful"
    session bean. I am using Weblogic workshop 8.1 sp2

  • Generating Debug Info Setting in Weblogic Workshop (.work)

    Hi,
    I am using Weblogic Workshop ver 8.1.3. I need to set
    -g option during java compilation. I am using weblogic workshop (.work) file) for compilation. Could any one tell me what are the setting required for generating debug info while compilation.
    Thanx,
    Cleophus P.

    Hello Cleophus,
    What debug information are you looking for ?
    In 8.1, Workshop uses a proprietary compiler to compile Workshop resources.
    Cheers
    Raj
    BTW: the latest SP for Workshop 8.1 is Service pack 6

  • Unable to deploy from Weblogic Workshop

    Hi, I am new to using weblogic workshop. When I try to build and deploy a web module
    from workshop, I am receiving the following error (I named the webmodule as testWeb):
    "Exception:weblogic.management.ApplicationException: activate failed for testWeb
    Module: testWebError:
    weblogic.management.DeploymentException - with nested exception:
    [java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.servlet.WebappContextListener]
    java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.servlet.WebappContextListener"
    Please help!!! Thanks.

    Sivaram - Can't you just delete the domain directory? That's what I
    usually do.
    Greg
    Sivaram wrote:
    Hi Greg,
    Thanks for the information. I just realized that I created a simple WLS only domain.
    I created a new workshop domain and could successfully deploy the application.
    Another question... is there any way, I can delete (remove) the old domain that
    I created earlier??
    -Sivaram
    Gregory Smith <[email protected]> wrote:
    Sivaran -
    My first thought is to be sure you are deploying your application to
    a
    Workshop enabled server/domain. Webapps and controls created in workshop
    won't work in a WLS only domain. There are various system classpath and
    deployed services required for workshop applications to deploy and
    operate correctly.
    You can use the Configuration Wizard to create a new Workshop domain
    (either Tools|WebLogic Server|Configuration Wizard in WLW or
    beahome/weblogic81/common/bin/config.bat) or to update a WLS domain
    to include Workshop services.
    Greg
    Sivaram wrote:
    Hi, I am new to using weblogic workshop. When I try to build and deploya web module
    from workshop, I am receiving the following error (I named the webmoduleas testWeb):
    "Exception:weblogic.management.ApplicationException: activate failedfor testWeb
    Module: testWebError:
    weblogic.management.DeploymentException - with nested exception:
    [java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.servlet.WebappContextListener]
    java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.servlet.WebappContextListener"
    Please help!!! Thanks.

  • WebLogic Workshop 10.3 on Mac OS X?

    Hi,
    If anyone if using WebLogic Workshop on Mac OS X, could they please get in touch with me!
    Thanks,
    [email protected]

    In this blog (http://avernet.blogspot.com/2008/02/installing-bea-weblogic-on-mac-os-x.html) they say you have
    to add -XX:MaxPermSize=128m to the MEM_ARGS property in the setDomainEnv.sh file.
    This file is located in the directory <middleware-home>/user_projects/domains/<your-domainname>/bin

  • Error when using weblogic portal 10.3.5

    Hi, everyone.
    - I'm using weblogic portal 10.3.2 to develop a portal. Now, i deploy my project for customer but they want to deploy it in Centos OS.
    - I down load weblogic portal form oracle site but it don't have 10.3.2 version. I use the latest version oracle weblogic portal 10.3.5 but when run my project it has error:
    com.bea.content.AuthenticationException: Error authenticating to repository: WLP. Possible cause could include, but is not limited to a bad repository configuration or the repository is unknown. Error message: java.lang.IllegalMonitorStateException
    - Can anyone help me the link down load oracle weblogic portal 10.3.2 for linux or help me resolve this error.
    Thank a lot!

    Hi..
    They changed a few things in 10.3.. see http://edocs.bea.com/common/docs103/install/silent.html#wp1044118
    looks like the Server sub category has changed to Core Application Server..
    If you checkout the log.txt file in the logs directory of the root where you've installed a copy using the gui, it generally lists all the installation options available.
    ..Mark.

  • Implement blog and discussion forum using weblogic portal or web center

    Hi All,
    Has anybody implemented blog or discussion forum using weblogic portal or oracle web center?
    Thanks
    Andy

    Hi Andy,
    We are trying something similar. We are using a WebCenter application and using built in task flows. These can now be deployed as portlets on WebLogic portal.
    Another approach i can think of is using Jive Services (Restful services) directly from a custom J2EE appplication (Exactly same thing which Oracle provided Task Flow does). This will give you more control.
    For Wiki, there is no such alternative.
    Regards,
    Venkat

Maybe you are looking for

  • A big shout out to Apple's Disk Utility

    Anyone who has seen my last two threads on disk problems and Disk Warrior - here - http://discussions.apple.com/thread.jspa?threadID=2494488&tstart=0 and here- http://discussions.apple.com/thread.jspa?threadID=2497398&tstart=0 knows I'm becoming a bi

  • Get YYYY-MM-DD from date

    How do I get only the YYYY-MM-DD part of a date column? For example I only want to get the '2007-01-01' out of '2007-01-01 9:12:12' what function can I use?

  • I can't remember my pw for my icloud mail

    I can't remember my pw for my icloud mail

  • Petstore - unable to connect to embedded LDAP Server

    I have installed the Petstore 1.3.1 02 demo on a Weblogic 8.1 server on Windows XP. After running the Configuration wizard, when trying to start the PetStore Administration Sever using the startPetStoreWebLogic.cmd file, I receive the following error

  • Flash Player 9.0 bug.

    Hello, Broken animation broken_image_screenshot Original animation original_image_screenshot Please tell me why there is this problem? tests; Firefox 3 (Beta) - FlashPlayer 8.0 - GOOD Firefox 3 (Beta) - FlashPlayer 9.0 - BAD IE 7.0 - FlashPlayer 8.0