JDK 1.3 and IAS?

Hi,has anyone tested the JDK 1.3 with IAS?I remember that you can specify the JDK if you want but i'm unsureif 1.3 works.Thanks,Patrick
[185 byte] By [709121] at [2007-11-25 4:50:44]
# 1

Hi,

JDK1.3 doesnt work .

Patrick Debois wrote:

> Hi,

>

> has anyone tested the JDK 1.3 with IAS?

> I remember that you can specify the JDK if you want but i'm unsure

> if 1.3 works.

>

> Thanks,

>

> Patrick

--

thanks.

parsu

709134 at 2007-6-29 8:58:06 > top of Java-index,Application & Integration Servers,Application Servers...
# 2

Hi,

Though officially jdk1.3 is not supported with iAS 6.0 sp3, we can make

iAS to use jdk 1.3.

I did on solaris, it works, to do that,

first open iasenv.ksh and change JAVA_HOME variable. and

open kjs script and add the class path at the end of the file.

I am attaching my file you can take help of that.

On windows (you can try, I have not tried) try to copy the contents of

jdk 1.3, I am not sure.

Should you have any further questions please get back to the news group.

Thanks,

Rakesh,

Developer-Support Team, iAS.

Patrick Debois wrote:

> Hi,

>

> has anyone tested the JDK 1.3 with IAS?

> I remember that you can specify the JDK if you want but i'm unsure

> if 1.3 works.

>

> Thanks,

>

> Patrick

Guest at 2007-6-30 21:45:35 > top of Java-index,Application & Integration Servers,Application Servers...
# 3

Hi,

What is the O/S ? and what is the Service Pack ? Anyway iAS is using

JDK 1.2.1 in SP3 for Solaris & NT. When I tested it in NT I get the

following errors, I personally request you not to go for JDK 1.3.1

1. First time the iASAT threw error like this.

ksvradmin for iPlanet Application Server 6.0 SP2

Connected to LDAP server on ganesh port 389

Exception in thread "main" java.lang.NullPointerException

at

com.kivasoft.tools.NASGrid$HeaderRenderer.getTableCellRendererCompone

nt(Unknown Source)

at

javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTabl

eHeaderUI.java:346)

at

javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(BasicTableH

eaderUI.java:380)

at

javax.swing.plaf.basic.BasicTableHeaderUI.createHeaderSize(BasicTable

HeaderUI.java:406)

at

javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(BasicTable

HeaderUI.java:437)

at javax.swing.JComponent.getPreferredSize(JComponent.java:990)

at

javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout.java:76

)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at

javax.swing.ScrollPaneLayout.preferredLayoutSize(ScrollPaneLayout.jav

a:492)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:799)

at

java.awt.GridBagLayout.preferredLayoutSize(GridBagLayout.java:558)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:799)

at

java.awt.GridBagLayout.preferredLayoutSize(GridBagLayout.java:558)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:799)

at

java.awt.GridBagLayout.preferredLayoutSize(GridBagLayout.java:558)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at java.awt.CardLayout.preferredLayoutSize(CardLayout.java:209)

at java.awt.Container.preferredSize(Container.java:833)

at java.awt.Container.getPreferredSize(Container.java:817)

at javax.swing.JComponent.getPreferredSize(JComponent.java:992)

at

javax.swing.plaf.basic.BasicSplitPaneUI$BasicHorizontalLayoutManager.

preferredLayoutSize(BasicSplitPaneUI.java:1527)

at

javax.swing.plaf.basic.BasicSplitPaneUI.getPreferredSize(BasicSplitPa

neUI.java:1132)

at javax.swing.JComponent.getPreferredSize(JComponent.java:990)

at java.awt.GridBagLayout.GetLayoutInfo(GridBagLayout.java:799)

at java.awt.GridBagLayout.ArrangeGrid(GridBagLayout.java:1198)

at

java.awt.GridBagLayout.layoutContainer(GridBagLayout.java:628)

at java.awt.Container.layout(Container.java:686)

at java.awt.Container.doLayout(Container.java:676)

at java.awt.Container.validateTree(Container.java:750)

at java.awt.Container.validateTree(Container.java:757)

at java.awt.Container.validateTree(Container.java:757)

at java.awt.Container.validateTree(Container.java:757)

at java.awt.Container.validateTree(Container.java:757)

at java.awt.Container.validate(Container.java:728)

at java.awt.Window.show(Window.java:389)

at java.awt.Component.show(Component.java:946)

at java.awt.Component.setVisible(Component.java:903)

at com.kivasoft.admin.ServerAdmin.main(Unknown Source)

2. Second time the KJS failed to start(but all other engines started,

sorry did not test KCS)

Engine running on Java HotSpot(TM) Client VM 1.3.1-b24 JVM supplied

by Sun Micr

osystems Inc.

Connected to LDAP server on ganesh port 389

Exception in thread "main" java.lang.NoClassDefFoundError:

org/omg/PortableServe

r/POAOperations

at com.kivasoft.engine.Engine.run(Unknown Source)

at com.kivasoft.engine.Engine.main(Unknown Source)

Hope this helps.

Regards

Raj

Patrick Debois wrote:

> Hi,

>

> has anyone tested the JDK 1.3 with IAS?

> I remember that you can specify the JDK if you want but i'm unsure

> if 1.3 works.

>

> Thanks,

>

> Patrick

709134 at 2007-6-30 21:45:35 > top of Java-index,Application & Integration Servers,Application Servers...