Issues with IBM WSAD

Is there any issue in deploying applications developed using JDeveloper on IBM WSAD
Thanks
Satya

Can you give some examples of Arabic characters from 420 that won't convert to 8859-6 or 1256 that you think should do so?
8859-6 and Windows 1256 are overall not very much alike. They are alike in terms of the Arabic characters themselves, but 1256 has a lot of other characters that won't convert into 8859-6. Are you sure you are looking at conversions of Arabic characters? For example, 1256 and 8856-6 are the same from 0xC1 - 0xD6, but not at all the same from 0xAE to 0xBE.
Another issue that may be tripping you up: code page 420 has a lot of initial, medial, and final form characters in it. Windows 1256 and ISO 8859-6 do not have such characters. 420 is from the era where you didn't have a nice Arabic layout subsystem drawing text on your workstation screen. To convert between 420 and 1256/8859-6 you actually need to do something a bit smarter than a one-to-one conversion. I haven't looked at the conversions in Java lately, but perhaps this conversion has become a bit more rigorous in 1.5.

Similar Messages

  • Kodo 2.4 integration with IBM WSAD (IBM)

    I am using WSAD (IBM/eclipse) 4.0.3. with Kodo 2.4. I have kodo installed,
    but whenever I
    attempt to use it I get the following error.... I appears that KODO can't
    find the workbenchSite,
    I have checked the KODO install and it does list the org/eclipse/ui in its
    needed files....and I have
    verfiied that the ui directory is present and that workbenchsite is present
    in the jar.
    I get this error whenever I try to use any of the features on Kodo menu....
    Log: Fri Dec 13 12:22:03 CST 2002
    1 org.eclipse.core.resources 4 Unhandled exception caught in event loop.
    Log: Fri Dec 13 12:22:03 CST 2002
    4 org.eclipse.ui 0 org/eclipse/ui/IWorkbenchSite
    java.lang.NoClassDefFoundError: org/eclipse/ui/IWorkbenchSite
    at
    com.solarmetric.modules.integration.eclipse.AbstractAction.getView(AbstractA
    ction.java:31)
    at
    com.solarmetric.modules.integration.eclipse.AbstractMetadataAction.run(Abstr
    actMetadataAction.java:44)
    at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:125)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
    ContributionItem.java:407)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
    ributionItem.java:361)
    at
    org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
    tem.java:352)
    at
    org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
    ctionContributionItem.java:47)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled
    Code))
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled
    Code))
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
    Code))
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
    Code))
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled
    Code))
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:656)
    at
    org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
    a:815)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
    at org.eclipse.core.launcher.Main.run(Main.java:442)
    at org.eclipse.core.launcher.Main.main(Main.java:315)

    It appears that in our released version, a different compiler broke our
    Eclipse 1.0 support (and for apps based on Eclipse 1.0 such as WSAD 4).
    We will get this resolved before the next patch release.
    Sorry for any inconvenience this may have caused.
    Brian Smith wrote:
    Here is the list of files in the solarmetrics.... directory:
    list of files in the com.solarmetric.kodo_0.9.0
    xml-apis.jar
    xercesImpl.jar
    xalan.jar
    serp_license.txt
    serp.jar
    plugin.xml
    plugin.properties
    log4j-1.2.6.jar
    kodo-reverse-schema.jar
    kodo-jdo-runtime.jar
    kodoJDO.library
    jta-spec1_0_1.jar
    jndi.jar
    jdo1_0.jar
    jdbc-hsql-1_7_0.jar
    jdbc2_0-stdext.jar
    jca1.0.jar
    jakarta-commons-logging-1.0.2.jar
    hypersonic_license.txt
    classes12.zip
    icons folder
    "Brian Smith" <[email protected]> wrote in message
    news:[email protected]...
    We are running NT 4 for the OS
    Yes, this except is from the .log file, the screen just a message that Ihad
    an error with the UI (subsystem) and I had to find the .log file to get
    something meaningful.
    I still don't have a great idea what the root cause of the problem is.
    I will get a list of the files in kodo subdirectory when I get intomorrow,
    I followed the
    directions and copied all of the KODO-JDO-2.4.0 jar files there, but Iwill
    get the exact
    set for you.
    Brian
    "Steve Kim" <[email protected]> wrote in message
    news:[email protected]...
    What OS are you running on? Is this from the .log or from the screen?
    If the latter, could you send us the applicable portion of the IDE log
    (its $your_eclipse_directory/workspace/.metadata/.log)?
    Could you also post a list of the files in your
    $your_eclipse_dir/plugins/com.solarmetric.kodo_0.9.0 durectory?
    Brian Smith wrote:
    I am using WSAD (IBM/eclipse) 4.0.3. with Kodo 2.4. I have kodo
    installed,
    but whenever I
    attempt to use it I get the following error.... I appears that KODOcan't
    find the workbenchSite,
    I have checked the KODO install and it does list the org/eclipse/ui inits
    needed files....and I have
    verfiied that the ui directory is present and that workbenchsite ispresent
    in the jar.
    I get this error whenever I try to use any of the features on Kodomenu....
    Log: Fri Dec 13 12:22:03 CST 2002
    1 org.eclipse.core.resources 4 Unhandled exception caught in event
    loop.
    Log: Fri Dec 13 12:22:03 CST 2002
    4 org.eclipse.ui 0 org/eclipse/ui/IWorkbenchSite
    java.lang.NoClassDefFoundError: org/eclipse/ui/IWorkbenchSite
    at
    com.solarmetric.modules.integration.eclipse.AbstractAction.getView(AbstractA
    ction.java:31)
    at
    com.solarmetric.modules.integration.eclipse.AbstractMetadataAction.run(Abstr
    actMetadataAction.java:44)
    at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:125)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
    ContributionItem.java:407)
    at
    org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
    ributionItem.java:361)
    at
    org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
    tem.java:352)
    at
    org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
    ctionContributionItem.java:47)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled
    Code))
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled
    Code))
    atorg.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
    Code))
    at
    org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
    Code))
    atorg.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled
    Code))
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:656)
    at
    org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
    a:815)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
    at org.eclipse.core.launcher.Main.run(Main.java:442)
    at org.eclipse.core.launcher.Main.main(Main.java:315)

  • Anyone having issues with IBM HMC's loading the mainuiFrameset.jsp correctly?

    When I try to load the mainuiFrameset.jsp it doesn't load all of the objects in the center page. It worked fine in Firefox 3.x. Still works in ie7.
    Thanks!

    "Ain't updates a thrill!" Yah, have seen the artwork not matching the song or the wrong play list come up, What I have found if you switch the display it will clear and go back to the correct order of content, (like doing a refresh). Haven't experienced the pause issues, then again I tend to just let the music play. Have you tried to reset? Nothing will be lost on your iPod. push the power and home buttons at the same time and hold a few seconds until the Apple logo appears. See if that resolves your issues. If all else fails, you could do a full restore from your computer with iTunes and restore as a new iPod, you need to backup all your stuff first, (music, pictures, etc) or you'll lose some stuff. After the restore is complete put your music, pictures, apps back on. I have made the jump to 7.0.4. I'm not seeing many issues now, things so far are running quit well. Hope this helps, Good luck!

  • Agent filter issue with IBM Web Sphere portal 6 , polic Agent 2.2 , AM7

    HI We are protecting the user console for websphere portal 6.0.
    We have added the agent filter in the web.xml as per
    http://docs.sun.com/app/docs/doc/820-3921/gatak?a=view
    <filter id="Filter_PolicyAgent">
    <filter-name>Policy Agent</filter-name>
    <filter-class>com.sun.identity.agents.filter.AmAgentFilter</filter-class>
    </filter>
    <filter-mapping id="FilterMapping_PolicyAgent">
    <filter-name>Policy Agent</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    after restarting when we are hitting the userconsole
    http://abc:10038/wps/portal then its showing the HTTP 500 - Internal server error
    Belowe are the errors in the webportal logs.
    java.lang.ExceptionInInitializerError
         at com.sun.identity.agents.arch.Manager.<clinit>(Manager.java:641)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.initializeFilter(AmAgentBaseFilter.java:189)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.getAmFilterInstance(AmAgentBaseFilter.java:251)
         at com.sun.identity.agents.filter.AmAgentBaseFilter.doFilter(AmAgentBaseFilter.java:36)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:142)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:121)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:759)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3177)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
         at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:114)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:288)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminaters(NewConnectionInitialReadCallback.java:207)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:109)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
         at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
    Caused by: java.lang.RuntimeException: Failed to get configuration file:AMAgent.properties
         at com.sun.identity.agents.arch.AgentConfiguration.setConfigurationFilePath(AgentConfiguration.java:412)
         at com.sun.identity.agents.arch.AgentConfiguration.bootStrapClientConfiguration(AgentConfiguration.java:475)
         at com.sun.identity.agents.arch.AgentConfiguration.initializeConfiguration(AgentConfiguration.java:859)
         at com.sun.identity.agents.arch.AgentConfiguration.<clinit>(AgentConfiguration.java:1136)
    Please help, its urgent.

    i have followed line to line as per post installation tasks given in sun site. No logs are generated in policy agent. i.e
    bcoz policy agent is not at all intercepting the request. do we need to do any thing more to add a filter in websphere 6.1
    To give you background:
    This is a clustered enviornment and each node has 3 instances [ appserver,nodeagent, websphere_portal]
    we have installed the policy agent on each of the instances.
    Now when i access the admin interface my policy agent intercept redirect to SSO.
    When i access portal instance policy agent doesnt intercept
    there are no logs generated in accessmanager or policagent.
    Edited by: sat on Jun 29, 2008 11:18 AM

  • Vlan tag issue with Nexus 4001 in IBM Blade Centre

    Hi
    I have a DC architecture with a pair of Nexus 7010's running 3 VDC's (Core/Aggregation/Enterprise). I have at the edge Nexus 5548's which connect to back to the Aggregation VDC. Also connecting back to the Aggregation VDC is an IBM Blade Chassis which has a Nexus 4001i in slots 7 and slot 9. These blade servers are running ESXi 4.0 and are mapped to the Nexus 4001 blade switch.
    I had set up the Native VLAN as VLAN 999 which connects up to the ESXi host and I am trunking up multiple VLANS for the Virtual Machines.
    The problem I have is that VM's in all VLANS except the ESXi host VLAN (VLAN 10) cannot see their default gateway, and I suspect that there is an issue with the VLAN tag going up to the ESXi host. I have read enough documentation to suggest that this is where the issue is.
    My Nexus 4001 interface configuration is below
    interface Ethernet1/1
      switchport mode trunk
      switchport trunk native vlan 999
      switchport trunk allowed vlan 10,30,40-41,60-62,90,96,999
      spanning-tree port type edge trunk
      speed auto
    The Aggregation VDC on the Nexus 7010 is the default gateway for all these VLANS.
    I also noted that the Nexus 5000 and Nexus 7000 supports the command vlan dot1q tag native command yet the Nexus 4000 doesn't seem to support this. Any assistance would be useful
    Thanks
    Greg

    Your configuration on the N4K looks correct. You shouldn't use vlan dot1q tag native commands on your N7Ks and N5Ks. Native VLAN tagging is really for QinQ (dot1q tunneling).
    My only suggestion is check your configuration of the vSwitch in the ESXi host and the host network profile.
    Regards,
    jerry

  • Issue with BatchExection of CallableStatement with StoredProcedures in DB2

    Hi,
    I have an issue with the batch execution (executeBatch() method) of the CallableStatement.
    I use IBM DB2 V8.1 database. When i m doing the batch update with the CallableStatement which is obtained on the Stored Procedure call, the adding is done successfully. But the Execution is not happening as expected. Its executing only one row (mostly the first row in the batch). The database is having only one row inserted as the procedure is for inserting a row at a time.
    Once it gets executed, i m able to get the batchcount correctly where it shows the total number of elements being processed while adding. But the execution does not take place.
    If the same CallableStatement is obtained on the simple sql query (say in my case the INSERT statement), its working perfectly. But not on the Procedure.
    I am using WSAD 5.1 with db2java.zip. Can anyone help me please? I had looked into the JDBC Driver Implementation as well the JDBC Support in the IBM site as well , but could not get the reqd info!
    I myself had worked previously the same executeBatch() with Stored Procedures in SQL Server 2000 with no issues.
    Any suggestions and immediate help is much appreciated!
    Thanks,
    Raghavan alias Saravanan M.

    Thanks guys - its just not something I've really noticed before, as most forms I do have enough width compared to this page where I have two side by side.
    Will pop that bit of CSS in.

  • Cisco Phone Control and Presence 8.6.1.1185 with IBM Lotus Notes 8.5.2 (Integrated Sametime Client 8.0.2) - No presence status visible

    Hi community,
    I am trying to integrate Cisco Unified Presence 8.6.1.10000-34 with IBM Lotus Notes 8.5.2 with the integrated Sametime Client version 8.0.2 via the Cisco Plugins 8.6.1.1185.
    Phone control is working fine, whereas the presence status is not shown (= no handset symbol next to the Sametime user). When I look in the preferences of the plugin, I can see that the plugin has connected successfully to the CUCM (8.6.2.20000-2),whereas the connection to the CUPS has not been established.
    The user id as well as the password are all the same on all systems. Here is a description of what I have configured via the ciscocfg.exe tool:
    Feature Control:
    - Enable Phone Status -> checked
    - Enable Dial Using Cisco IP Communicator -> unchecked (not required)
    - Enable Control Desk Phone -> checked
    - Default Mode -> Control Desk Phone
    Control Desk Phone Settings:
    - Voicemail Pilot Number -> left blank (no voicemail)
    - Cisco Unified Communications Manager
         - Servers -> IP address of CUCM
         - Read Only -> unchecked
         - Use as Default CUCM -> checked
         - Synchronize Credentials -> checked
              - Use Sametime Credentials -> checked
    Use Secure Connection: -> not required
    LDAP Phone Attributes: -> not required
    Phone Status Settings:
    - Cisco Unified Presence Servers -> IP address of CUPS
    - Read Only -> unchecked
    - Synchronize Credentials -> checked
         - Use Sametime Credentials -> checked
    - Sametime User ID Mapping
         - Use Business Card Attribute -> MailAddress
         - Remove Domain -> checked
    - Display Off-Hook Status Only -> unchecked
    At the moment I don't see an error in the configuration, but maybe I am wrong. Could anyone please tell me what the error could be?
    Thanks a lot in advance!
    Kind regards,
    Igor

    Hi all,
    here are some additions to my above post:
    Servers and clients used:
    1x CUCM 8.6.2.20000-2
    1x CUPS 8.6.1.10000-34
    1x IBM Lotus Domino Messaging Express Server 8.5.2
    1x Sametime Entry Server 8.5.2 (on top of the Domino server)
    2x IBM Lotus Notes 8.5.2 with integrated Sametime 8.0.2
    2x Cisco Phone Control and Presence with Lotus Sametime (PCAP) 8.6.1.1185
    2x Cisco Unified Personal Communicator 8.5.5.19839
    Setup:
    - CUCM, CUPS and CUPC are working fine, i.e. Desk Phone control via CUPC, as well as availability and presence status are working without issues
    - IBM Lotus Domino server is the LDAP Directory, the Sametime Entry Server is installed on top of the Domino server and uses the Domino Directory
    - User ID and password on CUCM/CUPS match the ShortName field and password in Domino
    - The PCAP plug-in has been manually deployed to both Notes clients with the following configuration:
         - Enable Phone Status -> active
         - Desk Phone Control -> active
         - no credential synchronization for CUCM and CUPS, i.e. every user must fill the user details himself
         - Sametime User ID Mapping is implemented via the LDAP Attribute uid (which is equal to the user id in CUCM)
         - LDAP configuration filled in with details of the Domino server
    Phone Control is working fine, also the connection to the LDAP server (Domino) is fine. However, when I type in the credentials for the CUPS server login, I can see (in Troubleshooting pane) that the user (pparker) is connected to the CUPS server for a short period of time and then gets disconnected. After that no connection is possible to the CUPS server, i.e. status is always disconnected.
    I have collected the Tomcat (EPASSoap00010.log and security00010.log) logs via RTMT and compared them to the logs from the PCAP plugin. The relevant time period is from 15:14 to 15:17. In the Tomcat logs I can see that the authentication is successful (see attached files), however in the log of PCAP plugin I can see the following messages:
    2012/02/03 15:14:35.281 WARNUNG Credential is rejected. Nothing to retry ::class.method=com.cisco.sametime.phonestatus.cup.CUPPresenceWatcher.answerChallenge() ::thread=CT_CALLBACK.1 ::loggername=com.cisco.sametime.phonestatus.cup
    2012/02/03 15:14:35.281 WARNUNG #### Connection rejected presence server ::class.method=com.cisco.sametime.phonestatus.cup.CUPPresenceWatcher.onPresenceServerConnectionRejected() ::thread=CT_CALLBACK.1 ::loggername=com.cisco.sametime.phonestatus.cup
    2012/02/03 15:14:35.281 WARNUNG Credential is rejected. Nothing to retry ::class.method=com.cisco.sametime.phonestatus.cup.CUPPresenceWatcher.answerChallenge() ::thread=CT_CALLBACK.2 ::loggername=com.cisco.sametime.phonestatus.cup
    2012/02/03 15:14:35.281 WARNUNG #### Connection rejected presence server ::class.method=com.cisco.sametime.phonestatus.cup.CUPPresenceWatcher.onPresenceServerConnectionRejected() ::thread=CT_CALLBACK.2 ::loggername=com.cisco.sametime.phonestatus.cup
    I don't understand why the connection is rejected although the Sametime Internal ID and CUPS User ID match. Does anyone know what the issue could be?
    All posts are very much appreciated!
    Thanks a lot in advance!
    Kind regards,
    Igor

  • Oracle 11.2.0.2g driver with IBM JRE(J2RE 1.5.0 IBM J9 2.3 Linux x86-32)

    Hi All,
    I am trying to use oracle 11.2 jdbc thin driver with IBM JRE and getting following exception messages.
    Details from Ojdbc5.jar
    Implementation-Version: 11.2.0.2.0
    Repository-Id: JAVAVM_11.2.0.2.0_LINUX_100812.1
    And Details from Java System Properties
    java.vm.info: J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.decryptAES(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.generateOAuthResponse(Unknown Source)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:655)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    at com.tes.archival.extractor.DataExtractorWithJdbcImpl.extractArchivalRecords(DataExtractorWithJdbcImpl.java:61)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:57)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:797)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    ... 24 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(AccessController.java:241)
    ... 27 more
    Any help in resolving this issue will be much appreaciated.
    Regards,
    Raman

    804915 wrote:
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!Probably a permissions problem. Or something is wrong with the certs.

  • Display Issues with Mac Pro 1.1 HELP!!

    I have a Mac Pro 1,1:
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 2.66 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 4 GB
    Bus Speed: 1.33 GHz
    Boot ROM Version: MP11.005D.B00
    SMC Version: 1.7f10
    Running OSX 10.6.3
    I'm on my second graphics card [ATI Radeon HD 2600] after having issues with the original [NVIDIA GeForce 7300 GT]. The issue with the NVIDIA card was that, at times, it would display digital artifacts, glitches, distortion and freeze up the system forcing me to have to do a hard shut down. I found many reports of similar issues with that card and the Mac Pro 1,1's.
    When I replaced it with the ATI the problem went away for 6 months and now IT"S BACK.
    So, are there any particular graphics cards that work OK with the Mac Pro 1,1? I don't want to waste my money again only to encounter the same issue!
    I'm also contemplating getting a new Mac all together.
    Please advise, I've read many threads with this issue and they all seem to point to the same deal: replace the card. I can't afford to keep replacing graphics cards.
    Saki

    The 2600XT required 10.5.2+ and while it may 'look' like a G5 the Mac Pro is not. G5 refers to IBM PowerPC based, not Intel Xeon EFI based.
    You're running 10.6.3, might want to update your profile itself.

  • JEE WebSphere Management Pack: Issue with 8.5.5 Discovery

    Is WebSphere Application Server 8.5.5 supported as a discoverable JEE Application Server within System Center Operations Manager 2012 R2? We have tried just about everything at this point....
    Currently Running JEE IBM WebSphere 8 Application Server MP version 7.3.2135.0
    Agent Running as Proxy
    RunAs account created and bound to server
    BeanSpy deployed and functioning via query.
    Universal Discovery used with no success. (NewJ2EEAppServer.ps1 does not except version 8 of WebSphere).
    Any help would be appreciated

    Hi Deem13,
    Please look at these posts:
    http://blogs.technet.com/b/random_happy_dev_thoughts/archive/2012/05/21/manually-discovering-jee-application-servers-with-scom-2012.aspx
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/d15bc060-a071-4063-bf5d-c4ec9f0d8cbb/jee-websphere-management-pack-issue-with-discovery?forum=operationsmanagermgmtpacks
    http://blogs.inframon.com/post/2012/04/27/WebSphere-monitoring-with-the-JEE-Application-Performance-Monitoring-management-packs.aspx
    Natalya

  • Firefox v4 not compatible with IBM iSeries HMC 7.7.0 SP2

    Being a glutton for punishment I tried to upgrade my FF. It sucks. I opened a pmr with IBM. Here are the results:
    <snip>
    What you have stumbled across is an issue that has recently appeared. Firefox 4 is not a supported (at this time) version of browser to work with the HMC remotely.
    We have created a request to development to get this repaired. The same issues are also in IE8 which is also unsupported for now. In IE8 there is a compatibility mode that can be used to circumvent the problems.
    Our hope is that Mozilla will also release such a circumvention for the short term fix.
    For now, you will need to go back to V3 if possible, or you can use IE7, both of which are currently supported. I don't have a timeline for when this issue would be fixed in any HMC release as it is more an issue related to the browser.
    Hope this helps, let me know if there is anything else we can assist you with, or if we should close out the call.
    Thanks for using IBM Support.
    </snip>

    Thanks for posting those comments. Firefox has a "quirks" mode for better compatibility with old sites, but it doesn't have a user-switchable rendering engine or, as far as I know, a Firefox 3.6 compatibility mode.
    One workaround might be to use the IE Tab* add-on to open the HMC site in IE within a Firefox tab. (* There seem to be more than one of these now.)
    But if "sucks" refers to a lot of other issues, maybe you'd prefer to use 3.6 for a while.
    To roll back:
    First, make a backup of your computer for safekeeping. To back up Firefox, see [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information].
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 4, and uninstall it. Do not remove your personal data and settings, just the program.
    Then finally you can reinstall Firefox 3.6. Unless you have installed an incompatible add-on, it should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • [svn] 4488: Attempt to fix the heap-space issue with the doc target.

    Revision: 4488
    Author: [email protected]
    Date: 2009-01-12 12:10:58 -0800 (Mon, 12 Jan 2009)
    Log Message:
    Attempt to fix the heap-space issue with the doc target.
    Also removing some unused code.
    QE Notes: None
    Doc Notes: None
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    Removed Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/PumpStreamHandler.java

    1. Tell more about it, e.g.: OS, a sun jdk or a ibm jdk? 32-bit or 64-bit?
    for ibm jdk, look for *.hpd file within the dir.
    for sun jdk, add startup option -XX:+HeapDumpOnOutOfMemError
    Then analyze them with heap analyzer.
    2.MaxPermSize=1024m so big space for class files, really necessary?

  • Issues with simple cron job to query database

    Hi all,
    This is really a mix, of both a database issue and a Linux issue, so I thought I'd post it here to get the most visibility. I have been looking into this, and also had a couple other DBA's at my company help, and we are not able to figure it out, so I thought I'd post it here. Basically, I have a simple shell script that is just doing a sqlplus connection to the database and querying V$INSTANCE. When I run the script from the command line, it runs fine, but for the life of me, I can't get it to run from the crontab.
    I'm running Oracle 10.1.0.3.0 on a RedHat ES Linux release 3 (Red Hat Enterprise Linux AS release 3 (Taroon Update 5) server. This is all local on the server - the database is on this server, and this is also where I'm running the script.
    I've made the script as simple as possible, like this:
    #!/bin/sh
    sqlplus / as sysdba <<EOF
    Select * from v\$instance;
    EOF
    When I run this script from the command line, it is running fine. But then I put it in a crontab entry like this:
    00 * * * * /home/oracle/scripts/cron_test.sh > /home/oracle/scripts/cron_test.log 2>&1
    And I am seeing this in the logfile:
    Connected to an idle instance.
    SQL> SQL> Select * from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    SQL> SQL> Disconnected
    At first glance, it seems like a simple issue with environment variables not being set properly, but I have tested this to exhaustion. I've put in all of the environment variables into the shell script to duplicate what I have on the command line, but it still won't work. I've checked on just about anything else I could think of - looked at the tnsnames and listener config, looked at the profile from the crontab in /etc/profile, nothing works...
    And on any other server that I test this on, it all works fine and as expected. So I'm trying to figure out why I'm only having this issue on this one particular server?? Some kind of server config or setting that could be causing it?
    I appreciate any comments or tips!!
    Thanks,
    Brad

    Done. Here is the output from the command line:
    AGENT_HOME=/u01/app/oracle/product/10.2.0/agent10g
    _=/bin/env
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=rlldb.celgene.com
    INPUTRC=/etc/inputrc
    JAVA_HOME=/usr/java/j2re1.4.2_08/
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LL_ALL=en_US
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    MANPATH=:/opt/IBM/director/man
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    ORACLE_SID=rlldb
    PATH=/u01/app/oracle/product/10.1.0/Db_1/bin:/usr/java/j2re1.4.2_08//bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/IBM/director/bin:/home/oracle/bin:/sbin://u01/app/oracle/product/10.1.0/Db_1/OPatch:/u01/app/oracle/dbvisit/dbvisit:/u01/app/oracle/product/10.1.0/Db_1/bin
    PWD=/home/oracle/scripts
    SHELL=/bin/bash
    SHLVL=2
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=10.20.241.84 2988 22
    SSH_CONNECTION=10.20.241.84 2988 10.20.1.29 22
    SSH_TTY=/dev/pts/4
    TERM=xterm
    USER=oracle
    And the output from the cron run:
    HOME=/home/oracle
    LOGNAME=oracle
    ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    ORACLE_SID=rlldb
    PATH=/usr/bin:/bin:/u01/app/oracle/product/10.1.0/Db_1/bin
    PWD=/home/oracle
    SHELL=/bin/sh
    SHLVL=2
    _=/usr/bin/env
    And the diff of the 2:
    1,4d0
    < AGENT_HOME=/u01/app/oracle/product/10.2.0/agent10g
    < _=/bin/env
    < G_BROKEN_FILENAMES=1
    < HISTSIZE=1000
    6,11d1
    < HOSTNAME=rlldb.celgene.com
    < INPUTRC=/etc/inputrc
    < JAVA_HOME=/usr/java/j2re1.4.2_08/
    < LANG=en_US.UTF-8
    < LESSOPEN=|/usr/bin/lesspipe.sh %s
    < LL_ALL=en_US
    13,16d2
    < LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    < MAIL=/var/spool/mail/oracle
    < MANPATH=:/opt/IBM/director/man
    < ORACLE_BASE=/u01/app/oracle
    19,21c5,7
    < PATH=/u01/app/oracle/product/10.1.0/Db_1/bin:/usr/java/j2re1.4.2_08//bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/opt/IBM/director/bin:/home/oracle/bin:/sbin://u01/app/oracle/product/10.1.0/Db_1/OPatch:/u01/app/oracle/dbvisit/dbvisit:/u01/app/oracle/product/10.1.0/Db_1/bin
    < PWD=/home/oracle/scripts
    < SHELL=/bin/bash
    PATH=/usr/bin:/bin:/u01/app/oracle/product/10.1.0/Db_1/bin
    PWD=/home/oracle
    SHELL=/bin/sh23,28c9
    < SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    < SSH_CLIENT=10.20.241.84 2988 22
    < SSH_CONNECTION=10.20.241.84 2988 10.20.1.29 22
    < SSH_TTY=/dev/pts/4
    < TERM=xterm
    < USER=oracle
    _=/usr/bin/env-----
    I've even gone to the extreme, of taking every single environment variable from my command line environment, and putting all of them into the shell script. but still no luck... I've also contacted my Linux SysAdmins, to see if they have any thoughts/input on this.

  • Is DAMO has issues with win7 64 bit

    Hello, 
    we are impelmenting DAMO for our users, it works fine with Win XP/7  32 bit, but got some issue with win7 64 bit, its not creating MAPI profile, at the end of installation it shows
    error, "Failed to create a new MAPI profile. ", After that  it displays "Setup encountered an error
    and failed to create a new MAPI profile. You will need to reinstall IBM Lotus Domino Access for Microsoft Outlook." 
    please pass solution if you have any...
    Thanks!
    vipul 

    Do you have a virus scanner, can you exclude .nsf files from scanning.
    When installing the damo client software do not put in the normal Program files area as I believe windows 7 will not allow permissions to be changed without asking every time, so tis could be causing issues with temp files etc at setup.
    When setting up user profile it will ask where to save the user files, change from default profile area to some other created area of the disk you know you have access to, suggest making a path c:\damo\username\
    Also install lotus notes normal client and make sure your ID is ok using basic client.
    Thanks.
    Tony Chen
    TechNet Community Support

  • Safari 2.x compatible with IBM Websphere 5.x - 6.x Widget/Portlets

    I'm having compatibility issues with Safari 2.x. The initial 1.x version of Safari was compatible with the IBM version of Java Server Pages Generated by the Host Access Transformation System (HATS) renderings of legacy applications.
    The new 2.X version of Safari hangs consistently, has anyone run into this problem before? Whom should I contact within Apple to resolve this problem?
    Denis Arsenault
    [email protected]

    HATS IDE for Rational development platform provides to standard .js files that handle default settings and browser determinations. The settings in these files are incorrect, and this will be reported to IBM for a fix.
    This has been checked for safari 2.x browsers.
    Denis Arsenault
    [email protected]

Maybe you are looking for

  • 2 ipods on the same computer

    My roommate just got an ipod nano (I already have one and is all set up). When she plugged her ipod in for the first time it automatically went to iTunes and put all my playlists onto her ipod. How do we have seperate playlists/ iTunes? We have seper

  • Adobe Acrobat 8 Pro - Fillable Form

    Attempted to create fillable form from Excel document.  Received message as follows: Adobe Live Designer Designer was unable to locate critical application files.  Please shut down Designer and run the installation (found under Add/Remove Programs in

  • Data show in E table

    Hi Friends, How can we see the data in e table  ? Thanks & Regards, Upendra.

  • Retrieve Httpsessions that exist in a managed server in a cluster

    Hi, How can we retrieve available httpsessions that exist in all managed servers defined in a cluster? Thanks Gehan

  • Mp4 video files in SWFs- How to embed?

    The Flash Player 9.0.115 and up can play mp4 files, but getting them in the swf to begin with is not easy! Below are three different methods I've tried, and the results. • Instance A: I place an FLVPlayback Component on the stage, but it is not possi