TROUBLE WITH DESIGN CONSOLE

Hi,
I have newly installed OIM 9101. When i start the server and try opening design console after entering the credentials its through some exceptions and getting closed automatically. i tried checking the logs but there are no errors in that too. I'm able to login admin console and work. My app server is JBOSS 4.2.3 GA
2009-06-27 10:20:00,109 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: fwfuscod-5a
2009-06-27 10:20:00,109 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
2009-06-27 10:20:00,109 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078200875, maxLifeAfterPassivation=1200000
2009-06-27 10:20:00,875 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=1
2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078201234, maxLifeAfterPassivation=1200000
2009-06-27 10:20:01,234 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078208984, maxLifeAfterPassivation=1200000
2009-06-27 10:20:08,984 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1246078214406, maxLifeAfterPassivation=1200000
2009-06-27 10:20:14,406 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done

Hi I'm getting the following error while starting design console on server machine.
ERROR,29 Jun 2009 09:53:22,109,[XELLERATE.DATABASE],Class/Method: tcDataBaseClie
nt/bindToInstance encounter some problems: Cannot instantiate class: org.jnp.int
erfaces.NamingContextFactory
javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interf
aces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: o
rg/jnp/interfaces/NamingContextFactory]
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at com.thortech.xl.ejb.interfaces.tcDataBaseUtil.lookupHome(Unknown Sour
ce)
at com.thortech.xl.ejb.interfaces.tcDataBaseUtil.getHome(Unknown Source)
at com.thortech.xl.dataaccess.tcDataBaseClient$1.run(Unknown Source)
at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown So
urce)
at com.thortech.xl.client.dataobj.tcDataBaseClient.recoverConnection(Unk
nown Source)
at com.thortech.xl.client.dataobj.tcDataBaseClient.getInterface(Unknown
Source)
at com.thortech.xl.dataaccess.tcDataBaseClient.close(Unknown Source)
at com.thortech.xl.server.tcDataBaseClient.close(Unknown Source)
at com.thortech.xl.server.tcDataBaseClient.finalize(Unknown Source)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
at java.lang.ref.Finalizer.access$100(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org/jnp/interfaces/NamingContextFac
tory
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.sun.naming.internal.VersionHelper12.loadClass(Unknown Source)
... 18 more
ERROR,29 Jun 2009 09:53:22,109,[XELLERATE.JAVACLIENT],Class/Method: tcDataBaseCl
ient/getInterface encounter some problems: RuntimeException encountered. Reconn
ecting!
java.lang.NullPointerException
at org.jboss.invocation.MarshalledValueInputStream.resolveClass(Marshall
edValueInputStream.java:101)
at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
at java.io.ObjectInputStream.readClassDesc(Unknown Source)
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at org.jboss.invocation.MarshalledValue.get(MarshalledValue.java:91)
at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(Un
ifiedInvokerProxy.java:196)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
tor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
a:197)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
java:61)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:7
0)
at org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSession
Interceptor.java:121)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
at $Proxy1.isOpen(Unknown Source)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
at $Proxy1.isOpen(Unknown Source)
at com.thortech.xl.client.dataobj.tcDataBaseClient.getInterface(Unknown
Source)
at com.thortech.xl.dataaccess.tcDataBaseClient.close(Unknown Source)
at com.thortech.xl.server.tcDataBaseClient.close(Unknown Source)
at com.thortech.xl.server.tcDataBaseClient.finalize(Unknown Source)
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method)
at java.lang.ref.Finalizer.runFinalizer(Unknown Source)
at java.lang.ref.Finalizer.access$100(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
While trying to open design console on local machine its saying
Error Keyword: DAE.CLIENT_NOT_BOUND
Description: Database client has not bound to the server-side database object. Either the client database object has never bound to the server-side database object, or the server-side database object is no longer accessible.
Remedy: Attempt to login again. If this fails, contact your system adminstrator.
Action: E
Severity: H
Help URL:
Detail:
I used jdk1.6.0_12 for design console installation on local machine.

Similar Messages

  • OIM 9.1 Time-out problem with Design Console

    If I leave the design console running for any length of time, making updates result in the following error:
    17:36:52,578 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDataBase/getUser encounter some problems: Invalid user found: xelsysadm
    java.lang.RuntimeException: Invalid user found: xelsysadm
    at com.thortech.xl.server.tcDataBase.getUser(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.isOperationAllowed(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.isUpdatePermissible(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcSVP.eventPreUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source) ...
    Closing the Design Console and re-launching produces similar errors. I must stop and restart the JBOSS server to get access again. My environment is Windows 2003 with JBOSS and an 11g database.
    Any help on what to look for would be appreciated.
    KC

    You are correct. If you pre-populate, it will be the requester. The requester would need to manually populate the field during the request with the requestee information. And there is only one form available. You can however, after submission of the request, get the request data, parse the Consolidated Request Data to determine the id's in the request field, and then return appropriate responses to trigger the tasks needed. This will still be a problem in the long run because you can't change the requestee information for each approval task. You're pretty much out of luck on this one.
    -Kevin

  • OIM 11g issues with design console, creating resource

    Hi All,
    I have installed OIM 11g, OAM 11g.
    I am facing issues while starting design console or creating a resouce.
    <Sep 2, 2010 9:30:53 PM GMT+05:30> <Error> <XELLERATE.SCHEDULER.TASK> <BEA-0000
    0> <Error while calling reissue on AUD_JMS messages
    com.thortech.xl.dataaccess.tcClientDataAccessException:
    at com.thortech.xl.dataaccess.tcDataBaseClient.getDatabaseProductName(t
    DataBaseClient.java:944)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.processAllByIdent
    fier(ReIssueAuditMessage.java:87)
    at com.thortech.xl.schedule.tasks.ReIssueAuditMessage.execute(ReIssueAu
    itMessage.java:78)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.execute(SchedulerB
    seTask.java:384)
    at oracle.iam.scheduler.vo.TaskSupport.executeJob(TaskSupport.java:144)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.iam.scheduler.impl.quartz.QuartzJob.execute(QuartzJob.java:16
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.
    ava:529)
    >
    <Sep 2, 2010 9:30:53 PM GMT+05:30> <Error> <XELLERATE.DATABASE> <BEA-000000> <Cl
    ass/Method: tcDataBaseClient/bindToInstance encounter some problems: java.lang.A
    ssertionError: Can only export activatable objects
    oracle.iam.platform.utils.ServiceInitializationException: java.lang.AssertionErr
    or: Can only export activatable objects
    at oracle.iam.platform.Platform.getService(Platform.java:264)
    at oracle.iam.platform.OIMInternalClient.getService(OIMInternalClient.ja
    va:152)
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(tcDataBase
    Client.java:151)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(tcDataBaseClient.j
    ava:75)
    at com.thortech.xl.server.tcDataBaseClient.<init>(tcDataBaseClient.java:
    33)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(tcDataBaseClie
    nt.java:67)
    Please help

    You need to copy the files from the linux box to a windows box and change the startup paramaters to meet that of a Windows machine.
    I have the following files once moved to my windows machine:
    basecp.bat:
    >
    set CLASSPATH=.;.\lib\oimclient.jar;.\lib\iam-platform-auth-client.jar;.\lib\iam-platform-pluginframework.jar;.\lib\iam-platform-utils.jar;.\lib\iam-platform-context.jar;.\lib\XellerateClient.jar;.\lib\xlAPI.jar;.\lib\xlLogger.jar;.\lib\xlVO.jar;.\lib\xlUtils.jar;.\lib\xlCrypto.jar;.\lib\xlAuthentication.jar;.\lib\xlDataObjectBeans.jar;.\ext\log4j-1.2.8.jar;.\ext\jhall.jar;
    >
    classpath.bat:
    >
    call basecp.bat
    set CLASSPATH=%CLASSPATH%;.\ext\spring.jar;.\ext\security-api.jar;.\ext\commons-logging.jar;.\ext\logging-utils.jar;.\ext\jakarta-oro-2.0.8.jar;.\ext\bsh.jar;.\ext\mail.jar;.\ext\jboss-j2ee.jar;.\ext\jboss-jaas.jar;.\ext\jbosssx.jar;.\ext\jts.jar;.\ext\jbossall-client.jar;.\ext\concurrent.jar;.\ext\getopt.jar;.\ext\gnu-regexp.jar;.\ext\jacorb.jar;.\ext\jboss-client.jar;.\ext\jboss-common-client.jar;.\ext\jbosscx-client.jar;.\ext\jbossha-client.jar;.\ext\jboss-iiop-client.jar;.\ext\jbossjmx-ant.jar;.\ext\jboss-jsr77-client.jar;.\ext\jbossmq-client.jar;.\ext\jboss-net-client.jar;.\ext\jbosssx-client.jar;.\ext\jboss-system-client.jar;.\ext\jboss-transaction-client.jar;.\ext\jcert.jar;.\ext\jmx-connector-client-factory.jar;.\ext\jmx-ejb-connector-client.jar;.\ext\xdoclet-module-jboss-net.jar;.\ext\jsse.jar;.\ext\jnet.jar;.\ext\jmx-rmi-connector-client.jar;.\ext\jmx-invoker-adapter-client.jar;.\ext\jnp-client.jar;.\ext\wlfullclient.jar;.\ext\webserviceclient+ssl.jar;.\ext\sas.jar;.\ext\oc4jclient.jar;.\ext\ejb.jar;.\ext\oscache.jar;.\ext\commons-logging.jar;.\ext\javagroups-all.jar
    >
    xlclient.cmd:
    >
    @echo off
    setlocal
    call classpath
    REM SET DEBUG_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5001 -DXL.RedirectSysOutErrToFile=TRUE -DXL.SysOutErrLogFile=.\logs\Client.System.Out.Err.log
    REM Make sure to remove java.naming.provider.url and read it from the configuration
    REM once the JNDI Profiles are implemented.
    REM make sure you are using j2sdk1.4.2_05
    "C:\jdk1.6.0_22\bin\java" %DEBUG_OPTS% ^
         -DXL.ExtendedErrorOptions=TRUE -DXL.HomeDir=C:\oracle\oim1_11g\designconsole ^
         -Djava.security.policy=config\xl.policy ^
         -Dlog4j.configuration=config\log.properties ^
         -Dweblogic.security.SSL.trustedCAKeyStore=%TRUSTSTORE_LOCATION% ^
         -Djava.security.manager -Djava.security.auth.login.config=config\authwl.conf ^
         com.thortech.xl.client.base.tcAppWindow -server server
    endlocal
    >
    See if this works.
    -Kevin

  • Problem with Design Console configuration - please help

    Dear All,
    I am trying to configure design console. It is installed on Windows XP and should point to remote server. I am getting the following error on OIM Server and Port screen:
    INST-07057: Error in validating the Hostname field value. Entered host is not up and running
    Make sure that the host is up and running
    But host is up and running. I can ping it successfully and oim admin interface is working. I suspect this is permission issue.
    If you can help me to resolve this I would appreciate it very much.
    Kind regards
    Maria

    It seems xlclient.cmd got modified. Check if your xlclient.cmd looks like this:
    @echo off
    setlocal
    call classpath
    REM SET DEBUG_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5001 -DXL.RedirectSysOutErrToFile=TRUE -DXL.SysOutErrLogFile=.\logs\Client.System.Out.Err.log
    REM Make sure to remove java.naming.provider.url and read it from the configuration
    REM once the JNDI Profiles are implemented.
    REM make sure you are using j2sdk1.4.2_05
    "<your java home>" %DEBUG_OPTS% ^
         -DXL.ExtendedErrorOptions=TRUE -DXL.HomeDir=C:\Oracle\Middleware\Oracle_IDM1\designconsole ^
         -Djava.security.policy=config\xl.policy ^
         -Dlog4j.configuration=config\log.properties ^
         -Djava.security.manager -Djava.security.auth.login.config=config\authwl.conf ^
         com.thortech.xl.client.base.tcAppWindow -server server
    endlocal

  • Trouble with Design view

    Can anyone tell me why I cant see my table, images and forms
    in design view but i can in code view? I cant give you a link to
    the page though as I am between hosts at the moment.

    Same solution for you as for others. Check your Display
    Styles enabling.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ProfFritz" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am having a similar problem: I cannot see any of the
    changes in design
    >view
    > but when I F12 into a browser window all of the changes
    are there. This
    > is
    > happening to all my documents.
    >
    > Here is the code from the latest one which I constructed
    from the 2 column
    > fixed layout with header and footer.
    >
    > Prof. Fritz
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    > font: 100% Verdana, Arial, Helvetica, sans-serif;
    > background: #666666;
    > margin: 0; /* it's good practice to zero the margin and
    padding of the
    > body
    > element to account for differing browser defaults */
    > padding: 0;
    > text-align: center; /* this centers the container in IE
    5* browsers. The
    > text
    > is then set to the left aligned default in the
    #container selector */
    > color: #000000;
    > }
    > .twoColFixLtHdr #container {
    > width: 780px; /* using 20px less than a full 800px width
    allows for
    > browser
    > chrome and avoids a horizontal scroll bar */
    > background: #FFFFFF;
    > margin: 0 auto; /* the auto margins (in conjunction with
    a width) center
    > the
    > page */
    > border: 1px solid #000000;
    > text-align: left; /* this overrides the text-align:
    center on the body
    > element. */
    > }
    > .twoColFixLtHdr #header {
    > background:#FFCC00;
    > padding: 0 10px 0 20px; /* this padding matches the left
    alignment of
    > the
    > elements in the divs that appear beneath it. If an image
    is used in the
    > #header
    > instead of text, you may want to remove the padding. */
    > border: double medium #006600;
    > }
    > .twoColFixLtHdr #header h1 {
    > margin: 0; /* zeroing the margin of the last element in
    the #header div
    > will
    > avoid margin collapse - an unexplainable space between
    divs. If the div
    > has a
    > border around it, this is not necessary as that also
    avoids the margin
    > collapse
    > */
    > padding: 10px 0; /* using padding instead of margin will
    allow you to
    > keep
    > the element away from the edges of the div */
    > }
    > .twoColFixLtHdr #sidebar1 {
    > float: left; /* since this element is floated, a width
    must be given */
    > width: 200px; /* the actual width of this div, in
    standards-compliant
    > browsers, or standards mode in Internet Explorer will
    include the padding
    > and
    > border in addition to the width */
    > background: #EBEBEB; /* the background color will be
    displayed for the
    > length
    > of the content in the column, but no further */
    > padding: 15px 10px 15px 20px;
    > }
    > .twoColFixLtHdr #mainContent {
    > margin: 0 0 0 250px; /* the left margin on this div
    element creates the
    > column down the left side of the page - no matter how
    much content the
    > sidebar1
    > div contains, the column space will remain. You can
    remove this margin if
    > you
    > want the #mainContent div's text to fill the #sidebar1
    space when the
    > content
    > in #sidebar1 ends. */
    > padding: 0 20px; /* remember that padding is the space
    inside the div box
    > and
    > margin is the space outside the div box */
    > }
    > .twoColFixLtHdr #footer {
    > padding: 0 10px 0 20px; /* this padding matches the left
    alignment of the
    > elements in the divs that appear above it. */
    > background:#DDDDDD;
    > }
    > .twoColFixLtHdr #footer p {
    > margin: 0; /* zeroing the margins of the first element
    in the footer will
    > avoid the possibility of margin collapse - a space
    between divs */
    > padding: 10px 0; /* padding on this element will create
    space, just as
    > the
    > the margin would have, without the margin collapse issue
    > }
    > .fltrt { /* this class can be used to float an element
    right in your page.
    > The
    > floated element must precede the element it should be
    next to on the page.
    > */
    > float: right;
    > margin-left: 8px;
    > }
    > .fltlft { /* this class can be used to float an element
    left in your page
    > */
    > float: left;
    > margin-right: 8px;
    > }
    > .clearfloat { /* this class should be placed on a div or
    break element and
    > should be the final element before the close of a
    container that should
    > fully
    > contain a float */
    > clear:both;
    > height:0;
    > font-size: 1px;
    > line-height: 0px;
    > }
    > -->
    > </style><!--[if IE 5]>
    > <style type="text/css">
    > /* place css box model fixes for IE 5* in this
    conditional comment */
    > .twoColFixLtHdr #sidebar1 { width: 230px; }
    > </style>
    > <![endif]--><!--[if IE]>
    > <style type="text/css">
    > /* place css fixes for all versions of IE in this
    conditional comment */
    > .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    > .twoColFixLtHdr #mainContent { zoom: 1; }
    > /* the above proprietary zoom property gives IE the
    hasLayout it needs to
    > avoid several bugs */
    > </style>
    > <![endif]--></head>
    >
    > <body class="twoColFixLtHdr">
    >
    > <div id="container">
    > <div id="header">
    > <h1>The Lives of the Buddha</h1>
    > <!-- end #header --></div>
    > <div id="sidebar1">
    > <h3>Sidebar1 Content</h3>
    > <p>The background color on this div will only show
    for the length of
    > the
    > content. If you'd like a dividing line instead, place a
    border on the left
    > side
    > of the #mainContent div if it will always contain more
    content. </p>
    > <p>Donec eu mi sed turpis feugiat feugiat. Integer
    turpis arcu,
    > pellentesque eget, cursus et, fermentum ut, sapien.
    Fusce metus mi,
    > eleifend
    > sollicitudin, molestie id, varius et, nibh. Donec nec
    libero.</p>
    > <!-- end #sidebar1 --></div>
    > <div id="mainContent">
    > <h1> Main Content </h1>
    > <p>Lorem ipsum dolor sit amet, consectetuer
    adipiscing elit. Praesent
    > aliquam, justo convallis luctus rutrum, erat nulla
    fermentum diam, at
    > nonummy
    > quam ante ac quam. Maecenas urna purus, fermentum id,
    molestie in,
    > commodo
    > porttitor, felis. Nam blandit quam ut lacus. Quisque
    ornare risus quis
    > ligula.
    > Phasellus tristique purus a augue condimentum
    adipiscing. Aenean
    > sagittis.
    > Etiam leo pede, rhoncus venenatis, tristique in,
    vulputate at, odio.
    > Donec et
    > ipsum et sapien vehicula nonummy. Suspendisse potenti.
    Fusce varius urna
    > id
    > quam. Sed neque mi, varius eget, tincidunt nec, suscipit
    id, libero. In
    > eget
    > purus. Vestibulum ut nisl. Donec eu mi sed turpis
    feugiat feugiat.
    > Integer
    > turpis arcu, pellentesque eget, cursus et, fermentum ut,
    sapien. Fusce
    > metus
    > mi, eleifend sollicitudin, molestie id, varius et, nibh.
    Donec nec
    > libero.</p>
    > <h2>Theravada</h2>
    > <p>Lorem ipsum dolor sit amet, consectetuer
    adipiscing elit. Praesent
    > aliquam, justo convallis luctus rutrum, erat nulla
    fermentum diam, at
    > nonummy
    > quam ante ac quam. Maecenas urna purus, fermentum id,
    molestie in,
    > commodo
    > porttitor, felis. Nam blandit quam ut lacus. Quisque
    ornare risus quis
    > ligula.
    > Phasellus tristique purus a augue condimentum
    adipiscing. Aenean
    > sagittis.
    > Etiam leo pede, rhoncus venenatis, tristique in,
    vulputate at, odio.</p>
    > <h2>Mahayana</h2>
    > <p>Mahayana Buddhism predominates in East
    Asia.</p>
    > <!-- end #mainContent --></div>
    > <!-- This clearing element should immediately follow
    the #mainContent div
    > in
    > order to force the #container div to contain all child
    floats --><br
    > class="clearfloat" />
    > <div id="footer">
    > <p>Footer</p>
    > <!-- end #footer --></div>
    > <!-- end #container --></div>
    > </body>
    > </html>
    >
    >

  • Trouble with Audio Console "Unable to find Audio device.

    I have an Audigy 2 ZS Platinum and run XP Pro. Recently lost my install CD when moving back to school (crap...)
    I was able to download and install the drivers for the card from creative. Windows Hardware manager says the device is working properly (more accurately the many devices associated with the sound card) and I know the device is functioning (at least in part) because I am able to play music through the digital optical out on the dri've bay panel.
    At this point I am trying to install Audio Console.
    I have downloaded and installed Audio Console from creative's website and then restarted my computer. Upon trying to launch the program the following message appears in a pop up:
    "Unable to find Audio device. Please make sure that your audio device is enabled and installed with it's driver. This application will be closed."
    I have checked 'Sounds and Audio Devices' in the control panel and it has "SB Audigy 2 ZS Audio [B400]" for all selected audio devices.
    What's the problem here? Has anyone encountered this problem before?
    The Audigy 2 ZS Platinum is listed as compatible with the Audio Console software.
    Thanks for any help you can offer!

    jsilverman wrote:
    I have an Audigy 2 ZS Platinum and run XP Pro. Recently lost my install CD when moving back to school (crap...)I was able to download and install the drivers for the card from creative. Windows Hardware manager says the device is working properly (more accurately the many devices associated with the sound card) and I know the device is functioning (at least in part) because I am able to play music through the digital optical out on the dri've bay panel.At this point I am trying to install Audio Console. I have downloaded and installed Audio Console from creative's website and then restarted my computer. Upon trying to launch the program the following message appears in a pop up: "Unable to find Audio device. Please make sure that your audio device is enabled and installed with it's driver. This application will be closed." I have checked 'Sounds and Audio Devices' in the control panel and it has "SB Audigy 2 ZS Audio [B400]" for all selected audio devices. What's the problem here? Has anyone encountered this problem before?The Audigy 2 ZS Platinum is listed as compatible with the Audio Console software. Thanks for any help you can offer!
    Thanks to BadBoy, you can find the link to download the A2Zs Installation CD from HERE
    .jtp

  • Issue with design console in oim 11g r2

    Hi,
    I created a variable of type long in adapter factory. To map this long variable i added the adapter task and selected a method which has input parameter as long. In the map i selected adapter variables but in the qualifier i dont see the variable which i have created....any inputs is appreciated

    This is bug. For workaround you can take export of your adapter and do the mapping in the XML and re-import it back. I haven't tried this but this should work.

  • Design Console Startup Failure

    HI,
    I have successfully installed OIM Server (Windows Server 2003 Oracle 10.2,JBoss-4.2.3.GA).
    I am having problems with Design Console installation as I can't start it due to the following exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: Console\xlclient
    Caused by: java.lang.ClassNotFoundException: Console\xlclient
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    Does anyone have any ideea on how to find the problem source?
    Thanks,
    Dana

    Go to OIM_CLIENT_HOME/OIMClient/xlclient/java/lib and search for "rt.jar" . I think this jar is meesing.
    --Nayan                                                                                                                                                                                                                                           

  • Design console 11gR2

    I am trying to connect with Design Console 11gR2 from Windows host (to remote OIM server)
    It is trying to go to t3://localhost when launching xlclient. Need to change this localhost to remotehost.
    Is edit in xlconfig sufficient?

    The following steps are to be done in order to setup design console on windows.
    1. Go to cd wlserver_10.3/server/lib/
    2. java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
    3. wlfullclient.jar will be created under wlserver_10.3/server/lib/
    4. Copy to designconsole folder’s ext folder
    5. Go to cd /opt/oracle/fusion/Middleware/oracle_common/modules/ oracle.jrf_11.1.1/
    6. Copy jrf-api.jar to ext folder
    7. Transfer designconsole folder to desktop
    8. add wlfullclient.jar and jrf-api.jar to classpath.bat
    9. change xlclient.cmd for JDk etc
    @echo off
    setlocal
    call classpath
    REM SET DEBUG_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5001 -DXL.RedirectSysOutErrToFile=TRUE -DXL.SysOutErrLogFile=.\logs\Client.System.Out.Err.log
    REM Make sure to remove java.naming.provider.url and read it from the configuration
    REM once the JNDI Profiles are implemented.
    REM make sure you are using j2sdk1.4.2_05
    "C:\Program Files\Java\jdk1.6.0_29\bin\java" %DEBUG_OPTS% ^
    -DXL.ExtendedErrorOptions=TRUE -DXL.HomeDir=C:\oracle\OracleClients\11gLabR2\xlclient ^
    -Djava.security.policy=config\xl.policy ^
    -Dlog4j.configuration=config\log.properties ^
    -DAPPSERVER_TYPE=wls ^
    -Dweblogic.security.SSL.trustedCAKeyStore=%TRUSTSTORE_LOCATION% ^
    -Djava.security.manager -Djava.security.auth.login.config=config\authwl.conf ^
    com.thortech.xl.client.base.tcAppWindow -server server
    endlocal
    9. Chech xlconfig.xml for appURL etc

  • Problem connecting to OIM instance with the Design Console

    Hello,
    I've got questions about how to use the design console to connect to an OIM instance. I'm not the one who has set up the instance and the one who did cannot help me much. He did give me root access on the machine though.
    So first, I'm wondering how do I figure out which port I should connect to. All the doc I can find says that default port is 14000, but I don't understand what it's referring to. I can access to the Web Administration page for Fusion Middleware Control by going to <server_ip>:7001/em. Should I use port 7001? I can figure out that 14000 might not be the correct port because "netstat" does not show anything listening on that port.
    My second question is related to the credentials I should use to login to the console. According to the doc and tutorials I found, the user should be xelsysadm. However the person who has set up the instance does not remember having explicitly set a password for this user. Is it possible to log in to the console using the weblogic admin user?
    I've tried a couple of things, but nothing has worked so far. I always get an error of some some sort. I always get an Invalid Login, except when I log in with the weblogic user and set the following properties in xlconfig.xml:
    ApplicationURL= http://<server_ip>:7001/xlWebApp/loginWorkflowRenderer.do
    java.naming.provider.url= t3://<server_ip>:7001/oim
    With these config, I get this exception:
    javax.naming.NameNotFoundException: While trying to lookup 'ejb.stateful.tcDataBase#com.thortech.xl.ejb.interfaces.tcDataBaseRemote' didn't find subcontext 'stateful'. Resolved 'ejb'
    So that's pretty much where I'm at. I can't find any information that can help me, so any hint would be appreciated.
    Thanks for your time,
    jtellier

    try to login in weblogic console the port will be 7001. if you are able to do this then
    goto->service->security->realim->select user and groups (try to find the correct path)
    create user and then assign administrator groups to this user
    login with this user/password into OIM
    But for design console you don't need any url. if it is configured. go to <IDM_HOME>/designconsole/ and run xlclient.sh
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support A

    I'm having trouble with My adobe Creative Suite 4 Design Standard programs opening. They will bounce to open but won't open up and eventually I will need to force quit as they aren't responding.  I'm thinking it may be a font issue but need some support ASAP!

    Nobody can tell you anything without proper system info or other technical details like the crash logs.
    Mylenium

  • Can't login to OIM 11g Design Console after integrate with OAM 11g

    Dear All,
    After successfully integrate oim 11g with oam 11g, we cannot access the design console of oim 11g anymore (access denied).
    Is it cause of oam protection?
    Or do we have to do additional configuration?
    Please help...
    Thank you,
    -heri-

    962874 wrote:
    Hi All,
    I have installed and configured OAM,OIM,SOA under weblogic domain. After configured OAM on weblogic domain(by extending it)
    I am getting the following error while login to oim console,design console .
    <Jan 17, 2013 4:26:09 AM EST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 172.16.30.107:57,579 during the configured idle timeout of 5 secs>
    <Jan 17, 2013 4:26:10 AM EST> <Error> <Default> <BEA-000000> <Failed to communicate with any of configured Access Server, ensure that it is up and running.> Is the port 57,579 correct? Port numbers cannot have comma in them. Also try to telnet to that host and port from your machine to check if there is no network issue.
    Regards,
    Nani-Bikash
    Edited by: 932574 on Jan 17, 2013 10:40 AM

  • Problem with OIM11g r2 design console

    We are unable login in to design console with "*xelsysadm*" user.
    The user "xelsysadm" seems to be updated by Target recon on 4th of Jan . After restart of the server we are not able to login design console using same .but the identity and sys admin consoles are working.
    Please provide a solution for this.
    Thanks,
    Venu

    organizatin-> search and select Top organization-> open detail page-> click on Admin Role-> select Adminrole(System Administrator or User Administrator etc.) -> click on Assign button-> select user and add it-> finally click on okay.
    make sure you select the 'sub-organization hirearchy'
    using above steps i have created new user with admin roles,but i am unable login in to design console and identity, sysadm cosoles with the new user.
    Please give me a solution for this

  • OIM Design Console Errors with 11.1.1.5

    Since installing OIM 11.1.1.5, we are seeing errors in the Design Console while adding Fields to Forms. The new fields continually show as not saved, even when you select save. Even when closing and refreshing the form, the new fields show up, but the number beside them is still dark indicating they are not saved. When view the database, the fields are truly not there.
    Is anyone else seeing anything like this?
    Kerry

    - Is it a new installation or upgrade from 11.1.1.3 ? ?
    - Make sure its not a JRE issue.
    If its an upgrade did you upgrade the Design Console binaries as well.
    Also try configuring the Design Console in a different windows machine and validate the same.

  • Unable to log-in in Oracle Identity Manager Design Console

    Hello,
    I successfully installed OIM9.1.0.1 Identity Manager on Jboss4.2.3.GA App server and could login to OIM using http://llocalhost:8080/xlWebApp on my window Server 2003 system without any problem.
    Then I installed the Design Console on my window XP system. However, after successfully installing the Design Console, I could not login using the xelsysadm user ID.
    I checked to make sure that xlconfig.xml contains the right URL file under oim_designConsole directories.
    The error I get from the Design Console login window is:
    Internal Login
    Oracle Identity Manager Design Console Could not log you in.
    In the dos-command window, I got the error:
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Found
    marshaller fully qualified class name within locator parameters, but was unable
    to load class: org.jboss.invocation.unified.marshall.InvocationMarshaller
    WARN,22 Apr 2009 16:31:52,160,[org.jboss.remoting.marshal.MarshalFactory],Could
    not find marshaller for data type 'invocation'. Object in collection is null
    java.lang.reflect.UndeclaredThrowableException
    at $Proxy0.create(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown So
    urce)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)
    Caused by: org.jboss.remoting.marshal.InvalidMarshallingResource: Can not find a
    valid marshaller for data type: invocation
    at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.jav
    a:78)
    at org.jboss.remoting.Client.invoke(Client.java:226)
    at org.jboss.remoting.Client.invoke(Client.java:189)
    at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(Un
    ifiedInvokerProxy.java:184)
    at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerIntercep
    tor.java:227)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
    a:167)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:46)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5
    5)
    at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86)
    I would really appreciate your help in this regards.
    Thanks for helping me resolve this issue.
    Regards,
    Dhirendra

    vBackup the original file log4j-1.2.8.jar in oimclient/xlclient/ext
    copy the log4j.jar from JBOSS folder - JBOSS/server/default
    Paste the file in client folder with original log4j-1.2.8.jar
    Rename log4j.jar file to log4j-1.2.8.jar
    start ur JBOSS.. this shd work.

Maybe you are looking for

  • I'm trying to update my iphone 4 to IOS 5.0.1 but there is no space to backup on drive C so i can't continue updating via itunes

    iTunes requires about 11 GB space when there is only 500 MB free on local disk C and its all windows stuff i can't delete. how can i update ? my current IOS is 4.3.3 thanks

  • Please help omg I need music.

    When I plug my iphone into my computer to download music, the device doesn't show up on my itunes. How can I get it to show up? I really wanna download music and it's not working and i'm not a happy camper help

  • No Eject Icon for Network

    I was sitting through a "Switch at 6" presentation at an apple store when the presenter pointed out the 'eject' feature for the network. He said this disconnects the computer from the network. I asked, "so, If I suspect something is going on with my

  • Styles disappearing from the drawer after scrolling

    I have more styles in my document than fit in the styles drawer. But when I try to scroll, the drawer becomes empty. I tried this on two different Macs with 10.9 and Pages 5.2. The document was imported from an older version of pager. After moving a

  • 3rd level key doesn't work any more

    Hi there! Today I'va updated my system and now I've realized that the 3rd level selector key is not working any longer. I checked in the gnome keyboard preferences, and it is correctly set to "Right Win". The funny thing is that if I open a console w