Recent update: 2008-5-9
I am trying to install IAS 6.0 SP1 on a HP-UX 11.11 box. The web serveris 4.1 SP7 on an NT machine. So the web server and iPlanet App Serverwill reside on different machines.The installation screen says this: Sun-Netscape AllianceApplication ServerInstallation/Uninstallation- iPlanet ...
Hi everyBody,I have the follogin problem:1.I trying to setup my Websphere 6.0 star-up with Sun jre 1.4.2_08, configuring the java_home pinted to Sun jre. The server can磘 bring-up with the Sun jre, so How can I do it?it磗 possible to do that?Thank very much.Message was edited by: ...
Hi,I am using SJSAS 9.0_01 Platform Edition on Solaris 10 update 3, have deployed an application based on Wicket + Spring + Hibernate. There is a frequent hang that is observed during the access of the application and the Server stops responding on 8080. Changed the asenv.conf to Native and ...
1611 byte By
jtp512 at 2007-11-14
Sun Java System Application Server 8.2I have the following entry in my server.log below when I start-up with:./asadmin start-domain domain1How would I even begin to troubleshoot this error?Thanks,--Todd[#|2006-08-03T10:00:57.154-0500|FINE|sun-appserver-pe8.2|javax.enterprise.syste ...
Running a clean install of Fedora Core 4 on a HP DL360 G4p with two drives in a (hardware) RAID 1+0 configuration I am unable to proceed with App Server installation (same problem with PE v9 or v8.2) due to insufficient disk space. There is clearly enough space (120GB or so)!I read elsewhere ...
Hi,I'm using the SunAppServer that is part of the Java Studio Creator 2 update 1 (version 8.2 I believe) and have the following problem I need help solving:In my web app I have a Springframework ApplicationContext being instantiated via a Listener ...
How to auto reload context after compiling the class file?
1335 byte By
ozhan at 2007-11-13
Dear Users,I have installed Sun Creator 2 to windows XP and I recieve [#|2006-02-05T16:19:20.843+0200|SEVERE|sun-appserver-pe8.1_02|javax.enterprise. tools.launcher|_ThreadID=10;|LAUNCHER003:The Launcher encountered a problem with the configuration data from either domain.xml or ...
1015 byte By
Bodes at 2007-11-13
Hi all,I'm running App Server 7 ur 8 on windows xp sp 2 and I want to change the admin password. When I try and access "access control" from "Admin Server" -> "Security" -> "Access Control" the web page fails with a message of "File System Error: Can't open object database. The system ...
Hi,we are using Java Sun System Application Server 7 and I need to write a listener class in my web application.I wrote a listener class by implementing ServletContextListener interface.Now I wrote a lister tag in web.xml. But while deployin pareser is saying listener tag is not allowed.Then I ...
I need to be able to use this syntax:<jms-service addresslist-behavior="random" addresslist-iterations="3" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="60" type="LOCAL"><jms-host admin-password="admin" ...
Hi!When I am deploying an application on sun application server version 8. which is a process that takes a couple of minutes, I am faced with a "not availble" message upon trying to access the application through the browser. This is a highly undesirable effect that I am wondering if there is a ...
402 byte By
Kaffe at 2007-11-13
When trying to install the J2EE platform - specifically the "Sun Java System Application Server Platform Edition 8 2005Q1" - on my Windows XP SP2 Pro computer, the installation process terminates while checking disk space. The same thing happens when I try to install earlier versions. I have ...
I tried to integrate Borland Optimizeit Profiler5.5 with Sun One. This worked fine at first, but now I get the following problem when starting the server:[19/Jan/2005:20:54:36] INFO ( 3216): CORE1116: Sun ONE Application Server 7.0.0_02b[19/Jan/2005:20:56:59] FATAL ( 3216): CORE4005: Internal ...
299 byte By
hari_g at 2007-11-13
Hello,I am very new to Sun Java System Application Server. I am trying to update the pointbase database using servelet. After reading couple of articles I figured out that I have to generate a schema file using capture-schema utility. But after that what should I do? Plz guide.
Hi,Running web application I am facing following problem. The web application was working fine Sun one server.SEVERE: NAM5003: CommunicationException in SerialContext lookup()org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0at ...
Hi!we are using the Sun Application Server 8 PE. I want to ask if there is a implementation for a security real for ldap (*1) and for jdbc avaiable? Or sample source code for implementing one?Thank your for your help in advance(*1) A ldap imlementation should be bundled with the SAS 8, as ...
Hello,I'm trying to get AWStats working on Solaris and have that working fine, but to get more information, I need to set the log format to "combined". Question is: is there a way to modify what is output in the access.log?
Trying to install Sun One Application Server 7 on Windows XP. The account I'm using has local administrator rights. I'm getting the following result:C:\sun-appserver7>setuplaunching installer....Error writing native components to disk. Aborting wizard Plenty of disk is available, there are ...
What does forte 5.1 offers more than 5.0 in term of forte application being easly interfaced with other frontend ie. keeping the back-end in forte code and rewriting the front-end in Java or .Net
I just completed the prototype for one of the modules for my new application. It works fine in Tomcat. However, when I tried the part of the application that uploads files from the remote client into the server through a shared folder on the client from the server it won't let me access the ...
238 byte By
cc at 2007-11-13
ve installed Sun ONE Java Enterprse System( we spend a few days to install it) and i cannot start the application server why? its installed in solaris and we use a remote method.How can i know what s the real problem?
8051 byte By
nhpg at 2007-11-13
Hi!I was deploying a test application for a session bean with sun 1 studio 5 and I started getting this message while deploying.I had tested the bean previously and I had no problems.I found this in the sun app server 7 release notes, but I don't understand what I'm supposed to ...
1545 byte By
706638 at 2007-11-13
I am using the cli for monitoring ejbs deployed on S1AS7. The following is a snippet of the output I am getting using ${S1AS7_BIN}/asadmin get --monitor ${AS_SERVER_INSTANCE}.standalone-ejb-module.commonconfig.stateful-session-bean. ConfiguratorStateful.bean-method.* > ...
Hi,I need to update the classpath suffix of my server instance. I wondered if this was possible using asadmin. I did not find anything matching in the help menu of asadmin.I want to avoid doing this manually through the console. Any help would be much appreciated.Dan ...
Hi all,I have a stateless session EJB that looks up for a mail session object. As shown in the example, lookup(MAIL_SESSION_JNDI) should return a Session object, but I get a com.sun.enterprise.deployment.MailConfiguration instead.Does anyone know what is happening, and what should I do to get ...
Hi,I am very much interested to know that how the digital certificate's revocation is handled by SunOne Application Server. Does the server support OCSP (Online Certificate Status Protocol) or use CRLs (Certificate Revocation List) to find the revocation status. Regards,Yasir Khan ...
1504 byte By
705086 at 2007-11-13
Scenario breakdown :I have two app servers on hand version 6 (App1) and (App2) and a singular web server - IWS 4.1(Web1). Solution thus far :I have chosen to use App2 as the Sync Primary and App1 as the Backup. Created a new cluster "mohrelxcluster" in kregedit and created two entries at ...
143 byte By
704882 at 2007-11-13
Hi,where can I download a try out and developmentApp Server 7. I am guided to sparc always if I try ...Klaus
Hi,I'm looking at the documentation and i see the shared classloader. The description says:The Shared Classloader is a single instance that loads classes (such as individually deployed connector modules) that are shared across all applicationsAnd i wonder, how should i deploy a class in order ...
868 byte By
705967 at 2007-11-13
hi, i am hitting the above problem when my app tries to open a connection with the db. anyone has any idea on what's happening?the error log is as follows:======================================java.sql.SQLException: TESTdb_usr: Class oracle.jdbc.pool.OracleConnectionPoolDataSource Not Foundat ...
Is there a way to reset you Admin username and password? Do I have to re-install?
650 byte By
706588 at 2007-11-13
Hi, Does anybody has seen http support over udp ?. The reason for this question is because I am working on a wireless project which we would like to use app-server to consume messages on both mobile & server-side. HTTP is viewed as the best way forward as we would not need to have to ...
186 byte By
707402 at 2007-11-13
Some time i get a lot of message tran_busy is hitting Check. and the machine get stack. i cant even do init 0.Solaris 7 Intel Plataform EditionRuning Informix
731 byte By
708774 at 2007-11-13
followup...If I waited and it did not start, what log files would show why the KJS is not starting? I waited 24 hours and it still has a problem.I asked..."iAS 6.0 Sp3 on a SunOS netra1.tamu.edu 5.8 Generic_108528-09 sun4u sparc SUNW,UltraAX-i2returns the following error when selecting the ...
207 byte By
709566 at 2007-11-13
Does anybody know when the 6.5 version of Enterprise Pro Edition with be released ?We are using 6.0, SP2 and I do not want to upgrade to SP3 if 6.5 is just round the corner.Thanks
392 byte By
707682 at 2007-11-13
I am using iAS6 SP3 on win2k Prof. Wrote a simple application to navigate from 1 jsp to the other. On the first jsp, printed out the session id. When i navigated to the second jsp, got the session (using getSession(false)) and found out that the session is new (using isNew()) with a different ...
14 byte By
707651 at 2007-11-13
2245 byte By
Guest at 2007-11-13
Hi All,I am developing an application using IDE Forte EE 3.0, and planning todelpoy the application to IAS 6.0.I am using Oracle 8.i as database.I amgoing to use Oracle_OCI driver in ias6.0.Now the problem is i am not able to look up the driver, for getting adatasource object.the procedure i ...
589 byte By
Guest at 2007-11-13
Hi!We want to share servlet context between two applications. How can we doit ?We have one application that implements control access (and otheractions... but notimportant) to another application.When we are authentificated, application 1 launch application 2, and weneed thesame servlet contex ...
6386 byte By
Guest at 2007-11-13
Good day,I have successfully installed IAS 6.0 SP3 on solaris 8, i have a slightproblem with the RMI-IIOPconfiguration.During the initial stage of enabling RMI-IIOP, I should add another cxsprocess to the currentregistered server.I have done the addition according to the information provided by ...
719 byte By
Guest at 2007-11-13
Hi all,I have the following problem.When I try to execute a jsp, the server responds:Error: 404 SC_NOT_FOUNDExtension of file not found, while displaying static content This problem doesn't ocurred with all jsp's, it seems that only ocurrswith the jsp's that call EJB's or JavaBean's.Anyone ...
317 byte By
Guest at 2007-11-13
HI ALL,For an appication i need to acess the no of unread mails in the mail boxfrom a java program.We are using iplanet directory server with messaging server.How can i find the count for no of mails in the mail box from a javaprogram. regardsmanoj ...
742 byte By
707550 at 2007-11-13
Try creating a JSP containing nothing but this:<%String bad = null;bad.equals("death");%>This will show a 404 error and NOT display a stack trace! What gives? WhenI have a real problem, how I am I supposed to debug it ifhandlePageException eats the exceptions without giving me a stack ...
505 byte By
Guest at 2007-11-13
Hi all,I encounted a problem that "ClassNotFound in OracleDriver". Can anyonehelp me?In fact, I found that I had a problem on setting the JDBC. I havedownloaded a file "classes12.zip" which is a drive for oracle fromoracle. But think maybe the problem due to the JDBC setting. Can anyonetell me ...
251 byte By
Guest at 2007-11-13
Whenever I access EJB over IIOP the cxs/kjs process log file has the following messageerror: EB-001: Unable to locate interface IGXTxnAssocMgrdoesn't seem to hurt anything, but what does it all MEAN?-Jennifer
101 byte By
709103 at 2007-11-13
i can't run BASE64Encoder in Appletis there any equivalant encoder in java 1.4?
622 byte By
709206 at 2007-11-13
HiI sometimes telecommute to work with my laptop. Am using winNT andunfortunately, with iAS whenever theres a change in the IP address (eitherthru my ISP OR when I work onsite/offsite) the server does not work.OniAS6.0 there's no easy solution to change the IP address cos the change IPaddress ...
466 byte By
709249 at 2007-11-13
I have just installed the Iplanet App Server 6.5. From the IA Admin Tool I am trying to log into the new application server (which I have tested and know exists) on the localhost, but I always get an error message - Cannot log into the server. Please check that your entries are correct. I have ...
394 byte By
709178 at 2007-11-13
I installed the JRE 1.3.1_02 but when the app server starts it says it cannot find the jvm.dll in the NT path. I added the directory to the path but it still can't find it.Also what is the difference between the JDK path, JDK classpath and JDK libpath and what should these be set to? Any help ...