BLOJSOM, WEBLOGS - where for art thou??

Hi all.
We host a large amount of data including video, audio, and text via the *Weblogs service* on an XServe currently running Mac OS X 10.4.11 Server, and are considering upgrading the server to Mac OS X 10.5.
However... Apple decided to dump this with Leopard's introduction, which leaves us looking for alternatives.
Could anyone who has been through this situation tell me what you did to resolve it?
eg.,
1. Is there a guide hidden in the deep depths that tells how to get our Weblogs (aka Tomcat/Blojsom) working under 10.5?
2. Is there an equivalent you found to be a suitable replacement?
Features we are would love to have, listed in order of importance:
- Something that ties into Apple Open Directory as that is what we use to control access right now.
- Allows blog owners/admins to upload their own material including video, audio, and text.
- Maintains a similar URL structure.
- Non-Apple and open source so that we can be more certain it will be available for deployment under Mac OS X 10.6 and beyond as well.
Cheers,
Mark

I'm aware Blojsom is available at wiki.blojsom.com. I am of the understanding that Apple's implementation is a somewhat hacked version and that they are not directly compatible.
Do you know how to modify the original Blojsom to use Apple Open Directory?
If the answer is yes, then that gives us a possibility moving forward.
Cheers,
Mark

Similar Messages

  • (Help) system classpath  -Vs-  the place where weblogic looks for classes

    The following is my app's hierarchy.
    myapp
    |
    |__myjsp.jsp
    |
    |__WEB-INF
    |
    |__classes
    |_ MyClass.class
    I am not able to use MyClass within myjsp.jsp
    i.e. a scriplet like that shown below gives an error stating that MyClass isnt found
    <% MyClass obj; %>
    I've tried setting the system classpath, but to no avail.
    Is there a difference between the system classpath and the place where weblogic looks for classes?
    (I am running my app by creating a myapp.war file and placing it in autodeploy folder)

    Try moving your class to a named package and use the appropriate import statement in your JSP. Loading it from WEB-INF/classes/packagename should be fine so you might want to remove the other classpath mods you made to eliminate that uncertainty.
    Here's a snippet from http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/rweb_jsp_migration.html:
    "As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file."
    HTH,
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • I am trying to change pixels to 1920x1920 from the crop custom.  It reverts to 2000x2000.  I need 1920x1920 for art show jurying.  Thanks for a quick reply. .  If you don't know where do I get help....nothing in iPhoto help!.

    I am trying to change pixels to 1920x1920 in iphoto.  I used crop, custom  and it change.  When I looked at my photo information it was 2000x2000.  I have tried numerious times to no avail.....!  I need the 1920 specific size for art show jurying.  Love the ease of the iphoto, am new to mac, used adobe before, but seems it is better.  So, any advice???? Thanks

    crop to any square ratio (1x1  --  1920x1920  --  any square) and then export the photo using a custom size with the maximum dimension of 1920 - cropping is actually by default just a ratio not a size - the size is set during export
    LN

  • Where can i download the weblogic modules for apache (source/precompiled)

    I have wandered the wonderfull world of the BEA website for 2 full days now and still am not an inch closer to de download site for the weblogic module for apache. That is, i have apache and need to add the weblogic module to it.
    Complications are Solaris 10 and apache 2.0.55. So the latest versions of OS and webserver. Is there a precompiled module available or can i get the sources somewhere?
    I do have a working module for apache 2.0.53 if someone can confirm that this is supported for 55 that would be fine by me.

    At times when the sources were available I tried to build it on a "new" platform (Solaris x86 32bit) and I can tell you: it's NOTHING that is obvious. Building OpenOffice or Mozilla may appear like an easy task. It took me months to get there and to be able to just build the 'build tools'.
    On top, many of the sources are (historically) written in a Pascal dialect and are transferred to C with an own precompiler so there are three languages used (C, C++ and Pascal)  - so it's a pretty hard (next to impossible) job to learn some algorithms from those sources.
    See also here:
    http://cjcollier.livejournal.com/177628.html
    http://home.snafu.de/~dittmar/sapdbdev/
    and just to get an idea of the modules and their structure:
    http://home.snafu.de/~dittmar/sapdbdev/sapdbModules.txt
    Markus

  • How can I add/change art work to albums where the art work isn't available at iTunes?

    How can I add/change art work to albums where the art work isn't available at iTunes?

    Go to google and search for the artwork.  When you find it, save it to your computer.  Right click the album and select get info.  Drag the image you saved to the empty box for album art.

  • Users to be created for ART and Workbech

    Hi Todd,
    I have an ART installation where I have created separate unix users for Workbench ( user work1 ) and ART (Work2 ).
    The product has been installed with a different user ( oracle ).
    I am facing some issues with this as work2 user is unable to run tmboot command and often I am getting "Permission denied" errors.
    can you tell me what is the recommended approach ? Should I use only a single user for ART and workbench ..
    Please suggest.
    Regards,
    Subhasis

    Hi Subhasis,
    Tuxedo uses the standard OS protections, so if you've installed Tuxedo as user oracle, you'll need to make sure the other users have access to those directories and files. In addition, you may be running into a problem trying to write the ULOG file. The location of that file can be controlled by the ULOGPFX environment variable.
    You should only need read+execute privileges to the files in the TUXDIR directory, but you will need write access to the directory containing TUXCONFIG, and typically to the APPDIR directory.f
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • SimpleCallbackHandler no longer in weblogic.jar for WebLogic 10.3g

    I was using the weblogic.security.SimpleCallbackHandler in WebLogic 9.2 to authenticate users. I looked at the documentation for 10.3g and it still mentions this class is available, however it is not in the weblogic.jar file nor in the javadocs. Here is the URL where I was looking. http://e-docs.bea.com/wls/docs103/security/thin_client.html#wp1035574.
    The only CallbackHandler in the 10.3g release seems to be the weblogic.security.URLCallbackHandler class. I tried replacing the SimpleCallbackHandler with this class. When I put the weblogic.jar in my classpath and build, I get the following error.
    class file for weblogic.security.acl.internal.AuthenticatedSubject not found
    ServletAuthentication.runAs(mySubject, request);
    Indeed, this class is not in the weblogic.jar file. Both SimpleCallbackHandler and AuthenticatedSubject were in the weblogic.jar for WebLogic 9.2
    <code>
    import javax.security.auth.Subject;
    import weblogic.security.SimpleCallbackHandler;
    import weblogic.security.services.Authentication;
    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception {
    LoginForm loginForm = (LoginForm) form;
    Subject subject = Authentication.login(new SimpleCallbackHandler(loginForm.getUsername(), loginForm.getPassword().getBytes()));
    weblogic.servlet.security.ServletAuthentication.runAs(subject, request);
    <./code>
    Why were these removed and not deprecated???

    SimpleCallbackHandler does not exist in weblogic.jar. Used the following code to get around this. WebLogic documentation offers this as an alternative to using SimpleCallbackHandler.
    Subject subject = Authentication.login(new URLCallbackHandler(uid, pwd));
    weblogic.servlet.security.ServletAuthentication.runAs(subject, request);
    This code agrees with the snippet provided in WebLogic documentation
    Project does not compile with the following error:
    Project: C:\apps\11g\PrismMainApp\ViewController\ViewController.jpr
    C:\apps\11g\PrismMainApp\ViewController\src\adr\prismmain\view\managed\PrismLogin.java
    Error(70,28): cannot access weblogic.security.acl.internal.AuthenticatedSubject

  • Weblogic plugin for Apache 2.2

    Where should I download the weblogic plugin for Apache 2.2?
    I'm running WL 10.3 on windows xp.
    Please provide the link .
    Thanks,
    sripos

    Hi
    On this link, click Accept license and go all the way to bottom and click on All Versions link named next to "Oracle WebLogic Server Web Server Plugins 1.1"
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    That click should open this below link. Accept the license and Download the zip file. Then follow the instructions.
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-plugins-096117.html
    Thanks
    Ravi Jegga

  • Weblogic server for Windows 7 64 bit operating system

    Hi,
    I have installed Personal Oracle 11g on my laptop. Next, I would like to install the weblogic server and then the Fusion middle ware. My goal is to have Oracle Forms, reports and discoverer running on the laptop. I dont see Weblogic server 64 bit for windows in the oracle product matrix. Can anyone suggest where I can get weblogic server for Winfows 7 64 bit machine?
    Thanks,
    RV

    Hi,
    Oracle WebLogic Server Downloads can be found at http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    I believe Oracle WebLogic Server is not certified yet on Windows 7 64-bit, and this explains why you cannot find installation files to download. More details about the product certification can be found at:
    Oracle Certification Matrix
    http://www.oracle.com/technology/support/metalink/index.html
    Regards,
    Hussein

  • Need WebLogic.jar for download

    I need WebLogic.jar for development .Kindly let me no from where can i get?

    Go to support.oracle.com
    Search for document id 763603.1
    OR
    edelivery.oracle.com and use the BEA WebLogic Media Pack
    Did you try creating a wlfullclient.jar?
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13717/jarbuilder.htm#BABCGHFH

  • Sample of weblogic.policy for WLS6.0

    Dear all,
    I had installed WLS6.0 on Solaris 2.6 and try to turn on
    java security manager with this option
    -Djava.security.policy==/usr/home/bea/wlserver6.0/lib/
    weblogic.policy -Djava.security.manager
    This make me unable to boot WLS. Here is contents of my weblogic.policy
    grant {
    // Permission "enableSubstitution" needed to run the WebLogic console
    permission java.io.SerializablePermission "enableSubstitution";
    // Permission "modifyThreadGroup" required to run the WebLogic Server
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.lang.RuntimePermission "setContextClassLoader";
    // Permission "setIO" needed to start a server from the WebLogic console
    permission java.lang.RuntimePermission "setIO";
    // Permission "getClassLoader" needed for many EJB clients
    permission java.lang.RuntimePermission "getClassLoader";
    permission java.lang.RuntimePermission "stopThread";
    permission java.net.SocketPermission "localhost:1024-", "listen";
    permission java.util.PropertyPermission "*", "read,write";
    permission java.io.FilePermission "${/}usr${/}home${/}bea${/}wlserver6.0${/}-",
    "read,write,delete,execute";
    And here is the error occurs
    java.security.AccessControlException: access denied (java.io.FilePermission /usr/home/bea/wlserver6.0
    read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
    at java.security.AccessController.checkPermission(AccessController.java:399)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
    at java.lang.SecurityManager.checkRead(SecurityManager.java:890)
    at java.io.File.exists(File.java:535)
    at weblogic.utils.classloaders.ClasspathClassFinder.<init>(ClasspathClassFinder.java:61)
    at weblogic.Home.getFileSource(Home.java:64)
    at weblogic.Home.<init>(Home.java:29)
    at weblogic.Home.getInstance(Home.java:82)
    at weblogic.Home.getPath(Home.java:90)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate.java:76)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:167)
    at weblogic.Server.main(Server.java:35)
    Could anyone give me what goes wrong. If you have a working version of weblogic.policy,
    please share with me.
    Regards,
    Khemchart

    Here's a snippet from upcoming release notes about the Java
    security manager and the example weblogic.policy file.
    Using the Java Security Manager with WebLogic Server
    When you run WebLogic Server under Java 2 (JDK 1.2 or 1.3), WebLogic
    Server can use the Java Security Manager in Java 2 to provide
    additional access control for WebLogic Server resources. The Java
    Virtual Machine (JVM) has security mechanisms built into it which can
    be managed via a security policy file. The Java Security Manager can
    enforce a set of permissions granted to CodeSource or SignedBy
    classes. The permissions allow certain classes running in that
    instance of the JVM to do or not do certain runtime operations. In
    many cases, where the threat model does not include malicious code
    being run on the JVM, the Java Security Manager is unnecessary. In
    cases such as when an Application Service Provider uses WebLogic
    Server and unknown classes are being run, the Java Security Manager is
    necessary. To use the Java Security Manager with WebLogic Server,
    specify the -Djava.security.manager property when starting WebLogic
    Server.
    Note: In past releases of WebLogic Server, the Java Security Manager
    was enabled by using the -Dweblogic.security.manager property when
    starting WebLogic Server. Please note the change in the property for
    WebLogic Server version 6.0 and greater.
    The Java Security Manager uses a security policy file that defines
    permissions. The full pathname of security policy is specified in the
    -Djava.security.policy property when starting WebLogic Server. If you
    enable the Java Security Manager but do not specify a security policy
    file, the Java Security Manager uses the default security policies
    defined in the java.security and java.policy files in the
    $JAVA_HOME/lib/security directory.
    WebLogic Server includes an example security policy file named
    weblogic.policy. This file contains a set of default permissions.
    You need to make the following edits to the file in order to use the
    file with your WebLogic Server deployment.
    1. Edit the following lines in the weblogic.policy file, replacing the
    specified location with the location of your WebLogic Server
    installation:
    grant codebase "file://BEA/-"{
    permission java.io.FilePermission "D:${/}BEA${/}=", ...
    Note: This change assumes your installation directory structure is the
    same as the one described in the BEA Home Directory topic in the BEA
    WebLogic Server Installation Guide.
    2. If you want to run the Administration Console, add the following
    grant block and permissions to the weblogic.policy file:
    grant {
         permission java.io.FilePermission
    "D:{/}BEA${/}wlserver600${/}weblogic${/}management${/}console${/}-",
    "read";
         permission java.io.FilePermission
    "D:{/}BEA${/}wlserver600${/}config${/}mydomain${/}applications${/}.wl_te\
    mp_do_not_delete${/}weblogic${/}management${/}console${/}-", "read";
         permission java.util.PropertyPermission "user.*", "read";
    3. If you have extra directories in your CLASSPATH or if you are
    deploying applications in extra directories, you need to add specific
    permissions for those directories to your weblogic.policy file.
    BEA also recommends taking the following precautions:
    ? Make a backup copy of the weblogic.policy file and put the backup
    copy in a secure location.
    ? Set the permissions on the weblogic.policy file such that the
    adminstrator of the WebLogic Server deployment has write and read
    privileges and no other users
    To use the Java Security Manager and the weblogic.policy file with
    your WebLogic Server deployment, use the following properties when
    starting WebLogic Server:
    $java... -Djava.security.manager \
    -Djava.security.policy==D:/BEA/wlserver600/lib/weblogic.policy
    For more information about the Java Security Manager, see the Javadoc
    shipped with Java 2.
    The RecordingSecurityManager utility can be used to detect permission
    problems that occur when starting and running WebLogic Server. The
    utility outputs permissions that can be added to your security policy
    file to resolve the permission problems that the utility finds. The
    RecordingSecurityManager is available at the BEA Developer's Center.

  • Installing LC on Weblogic - where to start?

    Hello!
    Please,  a newbie in trouble here!
    I have installed LC several times using the Turnkey installer and using JBoss, MySQL, etc.
    Now I have to install it on Weblogic - where do I start?
    Should I run the same installer I would use for JBoss?
    Or is there another file I should run?
    Please, help!
    Marcos

    Thank you!
    I've found the download page and seen the files are over 2 GB.
    Does the file include Weblogic or will it install on an environment where Weblogic should already be installed?
    Thanks!
    Marcos

  • Weblogic 7 for Windows

    Hello,
    I need some details.
    Environment:
    Weblogic 7.0 with some libraries which I can't see...
    Windows 2000 Server, SP3
    RedHat Linux 7.3, Apache 1.3.27
    Where are weblogic_sp.jar, ext\ora920, ...?
    http://e-docs.bea.com/wls/certifications/certifications/win2000.html#39532
    http://edocs.bea.com/platform/docs70/support/supp_plat.html#975283
    I found 2 very different pages... so a little bit confused. Different info
    on those pages.
    Where can I find Weblogic SP2 for Windows 2000 SP 3, ... For instance, in my
    evaluation version there is no JDBC test tool, but there is driver for
    Oracle 9.2.....
    At "production", there is no driver for Oracle 9.2....
    Also, about Apache 1.3.27. Is it supported?
    "Smart Update" does not work...
    It work at home, just now it shows that I need Service Pack 2 (7.0.2.0) for
    my evaluation, but it does not work at "production", hope that problem is
    only with firewall...
    Thanks,
    Fuad Efendiyev

    Wayne,
    Thank you,
    The problem is that I know 2 sources to download Weblogic v.7 SP2:
    http://commerce.bea.com
    http://support.bea.com
    I downloaded evaluation from first source 2 months ago, I downloaded also
    version from second source yesterday. This versions are very different, and
    I have not received any notification, have not seen any alert at BEA
    website. (Now, both versions, from both sources, are the same)
    The latest version installs empty folder ....\server\lib\linux
    This folder should contain mod_... files, plug-in for Linux 1.3.27
    However, I found necessary "plug-in" files when directly unzipped file
    "server702_win32.exe".
    May be installer checks "license.bea"? Tomorrow I'll check with production
    license.
    For evaluation, everything should be up-to-date.
    I tried to find exact information, whether Weblogic SP2 (on Windows 2000
    SP3) supported with Apache 1.3.27 (on Linux), and I found very strange
    information at
    http://e-docs.bea.com/wls/certifications/certifications/win2000.html#39532
    "Certifications", Apache plug-in, 2.0.39
    http://edocs.bea.com/platform/docs70/support/supp_plat.html#975283
    "Support", "WebLogic Server certified on version 1.3.9 and higher" - ...
    Sorry, I can't understand...
    I would like also to see good API DOC, existing one does not contain some
    information on some important classes which are mentioned throughout the
    web-site.
    I would like to see more about "weblogic-tags.jar", it is large enough
    library for possible bugs...
    Respectfully,
    Fuad.
    "Wayne W. Scott" <[email protected]> wrote in message
    news:[email protected]...
    Hello:
    The charts you were looking at are just different presentations of material.
    One shows
    all of the supported WLS versions and SPs on Windows 2000. The other is a
    list of all
    the supported platforms for WebLogic Platform 7.0.
    The bottom line is, WebLogic 5.1 through 7.0 all run on Windows 2000.
    > Where can I find Weblogic SP2 for Windows 2000 SP 3 ...
    What do you need? WebLogic 7.0 SP2? Just the SP upgrade or the whole
    product?
    You may download products at http://commerce.bea.com/downloads/products.jsp
    HTH,
    Wayne Scott
    Fuad Efendiyev wrote:
    By the way,
    http://support.bea.com
    - tried to register my evaluation license, something happened, sitestopped
    responding...
    After registering I should be able to download some patches.
    Sorry for sending E-mail to this group, I really don't know where to send,
    site stopped after I've changed something in my profile - is Weblogic
    running on Microsoft?
    Most probably I am using IE of MS...
    "Fuad Efendiyev" <[email protected]> wrote in message
    news:[email protected]...
    Hello,
    I need some details.
    Environment:
    Weblogic 7.0 with some libraries which I can't see...
    Windows 2000 Server, SP3
    RedHat Linux 7.3, Apache 1.3.27
    Where are weblogic_sp.jar, ext\ora920, ...?
    http://e-docs.bea.com/wls/certifications/certifications/win2000.html#39532
    http://edocs.bea.com/platform/docs70/support/supp_plat.html#975283
    I found 2 very different pages... so a little bit confused. Different info
    on those pages.
    Where can I find Weblogic SP2 for Windows 2000 SP 3, ... For instance, inmy
    evaluation version there is no JDBC test tool, but there is driver for
    Oracle 9.2.....
    At "production", there is no driver for Oracle 9.2....
    Also, about Apache 1.3.27. Is it supported?
    "Smart Update" does not work...
    It work at home, just now it shows that I need Service Pack 2 (7.0.2.0)for
    my evaluation, but it does not work at "production", hope that problem is
    only with firewall...
    Thanks,
    Fuad Efendiyev

  • Problems Starting Weblogic  Server for Tutorials (Fresh install)...

    Hi guys, need a little help here.
    I'm trying to startup Weblogic Server for Java Control Tutorial application and I get all sorts of errors, mostly seeming to deal with JMS/JNDI network stuff. Here's the error dump I get:
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    Starting WLS with line:
    C:\bea\JDK142~1\bin\java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket
    ,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx256m -XX:Com
    pileThreshold=8000 -XX:PermSize=32m -XX:MaxPermSize=128m -Xverify:none -ea -da
    :com.bea... -da:javelin... -da:weblogic... -Dplatform.home=C:\bea\WEBLOG~1 -Dwls
    .home=C:\bea\WEBLOG~1\server -Dwli.home=C:\bea\WEBLOG~1\integration -Dlog4j.con
    figuration=file:C:\bea\WEBLOG~1\common\lib\workshopLogCfg.xml -Dweblogic.managem
    ent.discover=true -Dweblogic.ProductionModeEnabled= -Dweblogic.security.SSL.ign
    oreHostnameVerify=false -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.log
    ErrorsToConsole=true -Dweblogic.Name=cgServer -Djava.security.policy=C:\bea\WEBL
    OG~1\server\lib\weblogic.policy weblogic.Server
    <Oct 30, 2005 2:33:31 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Micro
    systems Inc.>
    <Oct 30, 2005 2:33:31 PM PST> <Info> <Configuration Management> <BEA-150016> <Th
    is server is being started as the administration server.>
    <Oct 30, 2005 2:33:31 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic Integration 8.1 SP4 Tue Nov 30 10:34:16 PST 2004 471877>
    <Oct 30, 2005 2:33:32 PM PST> <Notice> <Management> <BEA-140005> <Loading domain
    configuration from configuration repository at C:\bea\WEBLOG~1\samples\domains\
    workshop\.\config.xml.>
    <Oct 30, 2005 2:33:33 PM PST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\bea\weblogic81\samples\domains\workshop\cgServer\cgServer.log is op
    ened. All server side log events will be written to this file.>
    <Oct 30, 2005 2:33:34 PM PST> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <Oct 30, 2005 2:33:34 PM PST> <Notice> <WebLogicServer> <BEA-000327> <Starting W
    ebLogic Admin Server "cgServer" for domain "workshop">
    <Oct 30, 2005 2:33:38 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:40 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:42 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:44 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:46 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgJMSPool-nonXA": SQL-server rejected establ
    ishment of SQL-connection. Pointbase Server may not be running on localhost at p
    ort 9093.>
    <Oct 30, 2005 2:33:47 PM PST> <Error> <JDBC> <BEA-001150> <Connection Pool "cgJM
    SPool-nonXA" deployment failed with the following error: 0:Could not create pool
    connection. The DBMS driver exception was: SQL-server rejected establishment of
    SQL-connection. Pointbase Server may not be running on localhost at port 9093..
    >
    <Oct 30, 2005 2:33:48 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:50 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:52 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:54 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:56 PM PST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "cgPool": SQL-server rejected establishment o
    f SQL-connection. Pointbase Server may not be running on localhost at port 9093.
    >
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001150> <Connection Pool "cgPo
    ol" deployment failed with the following error: 0:Could not create pool connecti
    on. The DBMS driver exception was: SQL-server rejected establishment of SQL-conn
    ection. Pointbase Server may not be running on localhost at port 9093..>
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSo
    urce" deployment failed with the following error: DataSource(cgDataSource;cgSamp
    leDataSource) can't be created with non-existent Pool (connection or multi) (cgP
    ool).>
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JDBC> <BEA-001151> <Data Source "cgDataSo
    urce-nonXA" deployment failed with the following error: DataSource(cgDataSource-
    nonXA;weblogic.jdbc.jts.ebusinessPool) can't be created with non-existent Pool (
    connection or multi) (cgJMSPool-nonXA).>
    <Oct 30, 2005 2:33:57 PM PST> <Alert> <JMS> <BEA-040052> <JMSServer "cgJMSServer
    " store failed to open java.io.IOException: JMS JDBC store, connection pool = <c
    gJMSPool-nonXA>, prefix = <weblogic>: connection pool does not exist.
    java.io.IOException: JMS JDBC store, connection pool = <cgJMSPool-nonXA>, prefix
    = <weblogic>: connection pool does not exist
    at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:48
    8)
    at weblogic.jms.store.JDBCIOStream.checkPool(JDBCIOStream.java:1599)
    at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:548)
    at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
    at weblogic.jms.backend.BEStore.open(BEStore.java:262)
    at weblogic.jms.backend.BEStore.start(BEStore.java:151)
    at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
    at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
    at weblogic.jms.JMSService.addJMSServer(JMSService.java:2260)
    at weblogic.jms.JMSService.addDeployment(JMSService.java:2031)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:597)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:575)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:241)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:733)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:509)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    60)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    28)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Rem
    oteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
    ServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanPro
    xy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(
    ServerMBean_Stub.java:7691)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployment
    s(SlaveDeployer.java:1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    >
    <Oct 30, 2005 2:33:57 PM PST> <Error> <JMS> <BEA-040123> <Failed to start JMS Se
    rver "cgJMSServer" due to weblogic.jms.common.JMSException: JMS can not open sto
    re cgJMSStore.
    weblogic.jms.common.JMSException: JMS can not open store cgJMSStore
    at weblogic.jms.backend.BEStore.start(BEStore.java:163)
    at weblogic.jms.backend.BackEnd.openStores(BackEnd.java:1171)
    at weblogic.jms.backend.BackEnd.resume(BackEnd.java:1290)
    at weblogic.jms.JMSService.addJMSServer(JMSService.java:2260)
    at weblogic.jms.JMSService.addDeployment(JMSService.java:2031)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:337)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:597)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:575)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:241)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:754)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:733)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:509)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    60)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    28)
    at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Rem
    oteMBeanServerImpl.java:988)
    at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBean
    ServerImpl.java:946)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:954)
    at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanPro
    xy.java:481)
    at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(
    ServerMBean_Stub.java:7691)
    at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployment
    s(SlaveDeployer.java:1304)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:347)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:229)
    at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.io.IOException: JMS JDBC store, connection pool = <cgJMSPool-non
    XA>, prefix = <weblogic>: connection pool does not exist
    at weblogic.jms.store.JDBCIOStream.throwIOException(JDBCIOStream.java:48
    8)
    at weblogic.jms.store.JDBCIOStream.checkPool(JDBCIOStream.java:1599)
    at weblogic.jms.store.JDBCIOStream.open(JDBCIOStream.java:548)
    at weblogic.jms.store.JMSStore.open(JMSStore.java:224)
    at weblogic.jms.backend.BEStore.open(BEStore.java:262)
    at weblogic.jms.backend.BEStore.start(BEStore.java:151)
    ... 29 more
    >
    <Oct 30, 2005 2:33:57 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090170> <Loading the priv
    ate key stored under the alias DemoIdentity from the jks keystore file C:\bea\we
    blogic81\server\lib\DemoIdentity.jks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090171> <Loading the iden
    tity certificate stored under the alias DemoIdentity from the jks keystore file
    C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\bea\weblogic81\server\lib\DemoTrust.j
    ks.>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <Security> <BEA-090169> <Loading trusted
    certificates from the jks keystore file C:\bea\JDK142~1\jre\lib\security\cacerts
    .>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "cgServer" for domain "workshop" running in Development Mode
    >
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <WebLogicServer> <BEA-000372> <HostName:
    0.0.0.0, maps to multiple IP addresses:192.168.0.1,70.34.104.139>
    <Oct 30, 2005 2:33:58 PM PST> <Warning> <WebLogicServer> <BEA-000372> <HostName:
    0.0.0.0, maps to multiple IP addresses:192.168.0.1,70.34.104.139>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000355> <Thread "Li
    stenThread.Default" listening on port 7001, ip address *.*>
    <Oct 30, 2005 2:33:58 PM PST> <Notice> <WebLogicServer> <BEA-000355> <Thread "SS
    LListenThread.Default" listening on port 7002, ip address *.*>
    <Oct 30, 2005 2:34:07 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 2 attempts. The MDB will attempt to
    reconnect every 10 seconds. This log message will repeat every 600 seconds until
    the condition clears.>
    <Oct 30, 2005 2:34:07 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:34:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 2 attempts. The MDB will attempt to reconnect every
    10 seconds. This log message will repeat every 600 seconds until the condition
    clears.>
    <Oct 30, 2005 2:34:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:44:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 62 attempts. The MDB will attempt to reconnect ever
    y 10 seconds. This log message will repeat every 600 seconds until the condition
    clears.>
    <Oct 30, 2005 2:44:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:44:17 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 63 attempts. The MDB will attempt to
    reconnect every 10 seconds. This log message will repeat every 600 seconds unti
    l the condition clears.>
    <Oct 30, 2005 2:44:17 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    <Oct 30, 2005 2:54:08 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. Connection failed after 122 attempts. The MDB will attempt to reconnect eve
    ry 10 seconds. This log message will repeat every 600 seconds until the conditio
    n clears.>
    <Oct 30, 2005 2:54:08 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: KNEX.bean.QueueTransport is unable to connect to the JMS destination: jws.qu
    eue. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: jws.queue could not be found
    . Please ensure that the JNDI name in the weblogic-ejb-jar.xml is correct, and t
    he JMS destination has been deployed.>
    <Oct 30, 2005 2:54:17 PM PST> <Warning> <EJB> <BEA-010096> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. Connection failed after 123 attempts. The MDB will attempt t
    o reconnect every 10 seconds. This log message will repeat every 600 seconds unt
    il the condition clears.>
    <Oct 30, 2005 2:54:17 PM PST> <Warning> <EJB> <BEA-010061> <The Message-Driven E
    JB: CreditScoreTutorial is unable to connect to the JMS destination: tutorial.cr
    edit.request.topic. The Error was:
    [EJB:011010]The JMS destination with the JNDI name: tutorial.credit.request.topi
    c could not be found. Please ensure that the JNDI name in the weblogic-ejb-jar.x
    ml is correct, and the JMS destination has been deployed.>
    THANK YOU for any help you can provide!

    These are errors/warning because of incorrect connection pool settings.Either the database parameters were not configured correctly or there were some issues with the configuration itself.
    Your server did start up correctly though.
    "<Server started in RUNNING mode>"

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

Maybe you are looking for

  • How can i have the Mac OS X 10.8 version ?

    I have the Mac OS X 10.7.5 version and i want the 10.8. How can i procure it ? Thank you

  • Can't Uninstall Flash Builder Beta 1

    Hi, I installed Flash Builder Beta 1 a few months ago and now I can't seem to uninstall it. Everytime I run the uninstall script, Uninstall Adobe Flash Builder Beta, it begins, prompts me for my admin password, starts loading the Flash Builder app sc

  • TS4124 is there a fee for downloading music with cloud icons

    Due to a drive failure, I had to reconstruct my iTunes library from a back up.  When I did this, I also upgraded to iTunes 11.0.1 (12) and discovered hundreds of tracks with cloud icons, some I had purchased, some I don't remember ever purchasing.  B

  • Accessing photos on photostream

    Hoping someone can help me. I'm currently traveling in Asia and have my iPad mini and iPhone 5s with me. I've been using both for taking and managing my photos. I have an attachment for my iPad that lets me upload the pictures from my camera SD card.

  • Dvd studio pro 4 and motion

    I have to create corporate dvd and the want really fancy things. For example..on a menu they want the link buttons..to fly in from the left..then when a link is selected..they want the links to fly out to the left..then have the menu jump.. someone s