- This topic has 6 replies, 2 voices, and was last updated 16 years, 7 months ago by
rmcvay.
-
AuthorPosts
-
chetanj300MemberHi There,
I am trying to setup Sun AS9.1 with MyEclipse6.0.1 but not able to get success.
I m working on opensso8.0 (which required only Sun AS9.1, Sun AS9.0 is not eligible as per software requirement)
What happened?
I have configured sun AS9.1 in myeclipse.
Server started with below error.[#|2008-11-28T14:41:28.951+0530|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b185127e-6c4b-4317-9eb8-72a7b99cf504;|Exception in thread “main” |#]
[#|2008-11-28T14:41:28.967+0530|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b185127e-6c4b-4317-9eb8-72a7b99cf504;|java.lang.NoClassDefFoundError: javax/security/auth/message/config/AuthConfigFactory
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)so I am not able to execute web application deployed on SUN AS9.1.
Questions
1) is there any document which I can use as reference for setup Sun AS9.1 with MyEclipse6.0.1 ?
2) I have referred other topics like https://www.myeclipseide.com/PNphpBB2-viewtopic-t-19874-view-previous.html
Where can I find glassfish connector 2(do u mean glassfish server itself? Is it on sun website or eclipse website?)Please clarify this as it is very much urgent.
Thanks,
Chetan J.December 1, 2008 at 1:19 pm #291468
rmcvayMemberAre you running it on its included JDK?
December 2, 2008 at 4:38 am #291484
chetanj300Memberno.
I have install jdk1.5 in c drive.SUN as 9.1 is referring it.
Please let me know how Sun AS9.1 will work with MyEclipse 6.0.
Thanks,
Chetan J.December 2, 2008 at 12:20 pm #291523
rmcvayMember[#|2008-11-28T14:41:28.967+0530|WARNING|sun-appserver9.1|javax.enterprise.system.stream.err|_ThreadID=10;_ThreadName=main;_RequestID=b185127e-6c4b-4317-9eb8-72a7b99cf504;|java.lang.NoClassDefFoundError: javax/security/auth/message/config/AuthConfigFactory
That’s what makes me think there is a JDK mismatch or misconfig. Will the server start up successfully outside of starting it through MyEclipse?
December 4, 2008 at 5:22 am #291616
chetanj300Memberyes sun as 9.1 will start properly outside from out side.
for jdk : i have installed C:\Program Files\Java\jdk1.5.0_11so during server config…i m doing like below
servers–>sun java system application server 9.0–>jdk (C:\Program Files\Java\jdk1.5.0_11)and in
configured servers–>sun java system application server 9.0 as (https://www.genuitec.com/forums/topic/glassfish-2-what-does-a-configured-connector-look-like/)
please make me correct if i m doing something wrong.
please suggest me step by step
if i will do fresh installation of sun application server 9.1 and myeclipse6.0.1 again on my windows machine .Thanks,
Chetan J.December 7, 2008 at 10:44 pm #291730
chetanj300MemberHi There,
Please reply me.
Things are getting more bitter.
Pplease suggest me how to set SUN AS9.1 with MyEclipse 6.0
Thanks,
Chetan J.December 10, 2008 at 3:10 pm #291902
rmcvayMemberI’ve already said what little I know so I’ll have to kick it over to one of the ME guys here. Sorry.
-
AuthorPosts