171 byte By
kelikeli at 2007-11-26 6:31:34
Hi,I need JDK 1.3.1-b24 to develop a proyect that cannot be run in a version higher of JDK.Where can I download JDK 1.3.1-b24?Thank you to all.
734 byte By
adasdasd at 2007-11-26 6:32:24
Whe I try to start the application server, I got the following error message in the console window:Could not start the instance: domain1:admin-serverserver failed to start: abnormal subprocess terminationCould not start the instance: domain1:server1server failed to start: abnormal subprocess ...
735 byte By
adasdasd at 2007-11-26 6:32:25
When I try to start the application server, I got the following error message in the console window:Could not start the instance: domain1:admin-serverserver failed to start: abnormal subprocess terminationCould not start the instance: domain1:server1server failed to start: abnormal subprocess ...
HiHas anyone come accross this error. This from the error log extract from my webserver. iPlanet 6.1.Symptoms were that the webserver was hung & this was the last line in the error log. No new requests were being accepted.
Hi,I'm testing out the application server install and auto restart functionality on my Linux box. I've set the system up as per the Admin manual with a line in /etc/inittab telling the app to respawn, which it does succesfully. Unfortunately the application server takes so long to start up ...
718 byte By
krisreid at 2007-11-26 6:35:07
I'm using NetBeans 5.0 and Sun App Server 8.2In NetBeans when I click "run project" it tries to redeploy the application and always fails.Deploying application in domain failed; Could not rename C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\ProjectName to ...
Hi, I've just installed Sun Java System Application Server Platform Edition 9 in Windows XP, I start the server and it's ok when I click here: http://localhost:4848/asadmin/admingui/TopFrameset I enter my user and password and I'm in,but I get the error page when I click ...
1489 byte By
mkokot at 2007-11-26 6:39:22
I am having an issue where threads never get released.my domain.xml in my sun one 8.0 server has the following:<thread-pools><thread-pool idle-thread-timeout-in-seconds="120" max-thread-pool-size="200" min-thread-pool-size="0" num-work-queues="1" thread-pool-id="thread-pool-1"/> ...
740 byte By
niessepe at 2007-11-26 6:39:32
Hi forum,maybe this is off topic and maybe it's a naive question, sorry in advance for that.A friend of mine wants to set up and online business and would like to create a website where people can order products. It's a _small_ business (two people), O (5000$) capital.Having had no exposure ...
440 byte By
tnguy at 2007-11-26 6:39:33
I have a small web site that uses Sun One for ASP. I would like to duplicate the environment so I can test my pages before uploading. However I just have Windows Home version. I was hoping to install Apache and Sun One.Anyone know if this is possible? Can I get a single user developer version? ...
Hi...I am using JSC and sometimes when I deploy my application I face this problemjava.net.MalformedURLException: no protocol: ${client.url}.I think there is some problem with ant script but I dont have any idea about ant.Why this problem occur sometimes ...
I am running sunone server version 6.1 on Linux (Fedora Core 4). I am having a problem where the Class Loader is unable to find a number of jar files in the CLASSPATH when it loads up the WAR file. The jar files are external to the web app because they are required by numerous other web ...
1543 byte By
tdaffy at 2007-11-26 6:41:29
Hi,I have inherited a cmp based app here where I work and am having someproblems modifing the database tables. (I'm relatively new to all of this)When I try and add a colum to the table (in the bean), when I deploy the appI get the following error:Exception while deploying : Fatal Error from ...
564 byte By
eggShell at 2007-11-26 6:41:46
Hi guys,I'm new to EJB and I am using the Head First EJB book as a guiding light. I am having trouble deploying my first bean. The deployment tool I am using does not allow me to rename the JNDI at any point in the deployment wizard and I cant find the right place to alter it manually. So ...
Hi, I'm trying to deploy my first JSP Web Component using the Deployment Tool. It creates the WAR file but I get the message Unknown deployable object type specified, the file origin to deploy does not exist. In the first page of the wizard I select a location for the WAR file and a name for ...
The Sun AppServer (8.0)'s server.log ouput the following[#|2006-04-25T10:11:14.828-0400|INFO|sun-appserver-pe8.1_02|javax.enterprise.sy stem.stream.out|_ThreadID=14;| my log message|#]This is rather ugly and carry unecessary info that i careless about.how do i config the server.log to be ...
HiThank you for reading my postwhere i can find information on clustering issue of Sun application server ?or glassFish ?Also , what are requirement for an application to be clustered ?Thanks
Hi! I've just deployed my first (a hello world) application, it's only a "hello" jsp page for testing the steps for building it and it works fine, I start my web browser and open the URL http://localhost:8080/hello and there it is. If I change the localhost for my PC name (mymachine) it also ...
Hi,i need to know the basic dfference between the application Servers,JBOSS and WeblogicWhich one is feasible for Enterprise applications and how ?
881 byte By
FBV at 2007-11-26 6:47:02
I have problem to deploy cocoon 2.1.9 on Sun Java System Application Server Enterprise Edition 8.1 (build TestBuildID)Error when i deploy cocoon.ear build with migration tool:Deploying application in domain failed; filename: ...
hi i have installed appserver8.1 with a jdk 1.5 . i am facing some problem with the parsers (my application needs to use a crimson parsers which is not supported by jdk1.5 i guess)so i am trying to change the jdk version by changing the asenv.conf file but the appservers wont start up if i do ...
hi i have installed appserver8.1 with a jdk 1.5 . i am facing some problem with the parsers (my application needs to use a crimson parsers which is not supported by jdk1.5 i guess)so i am trying to change the jdk version by changing the asenv.conf file but the appservers wont start up if i do ...
Hi All,I am using Sun Application Server 7 and backend is Oracle 9i.In our project we are getting Exception as follows:--java.sql.SQLException: No available resource. Wait-time expired. at com.sun.enterprise.resource.JdbcDataSource.internalGetConnection(JdbcDataSource.java:251)at ...
1943 byte By
mrrmuc at 2007-11-26 6:48:08
Hello,did anybody else also experience the following problem?Problem:The router of a load balanced service object sometimes and all of a sudden stops forwarding incoming requests to its instances, although all instances are available and free.This finally causes the whole application to hang, ...
628 byte By
Kartic at 2007-11-26 6:48:13
Hi,To check the expiration of the HTTPSession , i have used in my Controller servlet , a check as:if (!isRequestSessionIdValid()){out.println("Session has expired!!!")}however the above piece creates problem,As I type the URL and hit ENTER the control reaches to controllerservlet, and to my ...
Hello,I have a two node cluster with appserver 8.1 on Solaris 10 x86. If I failover from one node to the other my session is persisted like it is suppose to be and fails over. When I bring the failed server back online my web requests continue going through the second node(the one it failed ...
1411 byte By
mnf at 2007-11-26 6:49:30
We're currently using Sun ONE Application Server 7.0.0_01, and we have a web application deployed to a virtual server.We're attempting to set up a doc directory, such that it's URL prefix falls under the context root of the application. The name of the web app and context root would be ...
Hi,Im new to solaris, I have few doubts regarding the solaris security. Just comparing with NT(windows) security features.. If some one can answer few questions, I will appreciate ..1.-Is it possible to use dictionary files to validate passwords changes via Patch or manual configuration?If its ...
hello,I deployed an webapp created by Java Studio Creatro 2. After approx 40hr i cant use this app anymore. that is any action that requires access to the DB, the app gets stuck. I have looked every where no idea whats wrong. I checked the error code in the *error message reference doc*I check ...
232 byte By
ASHU at 2007-11-26 6:53:14
Hello There,I wanted to that what is the key diffrence between application and web server. What are the key advantage of having application server over the conventional web server..Thanks in advanceAshish
97 byte By
28234 at 2007-11-26 6:54:03
Hi ,where can i find the kregedit in sun one app server 7.Thanks for advance
HiThank you for reading my postI am trying to use sun MQ from outside the application server from an standalone client .i want to access to some queue and process its message from the standalone client , but where ever i searched i can not find those two parameters , can some one give them to ...
233 byte By
Cervin at 2007-11-26 6:54:30
Hello,I want to run Sun Java System Application Server on Windows 2003, since I do not know Linux etc. Can it run on the "web edition" of Windows server 2003? Or do I need to install the "standard edition"?Cheers
Hi! I'm trying for the first time to create a connection pool in J2EE 1.4 Sun Java?System Application Server Platform Edition 8.2, following the Create Connection Pool wizard steps, with the following default parameters: Resource type: javax.sql.ConnectionPoolDataSourceData Source Class name: ...
Hi there,I'm migrating a J2EE application from Orion App Server to Sun AP. One of the JMS queues in the app issues messages in a transaction.This works on Orion, but on Sun I get the following error trying to send a transactional JMS message. I'm using AS8.2PE on ...
Hi there,I'm trying to migrate a couple of J2EE apps from Orion over to SJSAS and having a few problems.I'm using JNDI to share a ConnectionFactory object between both apps. The factory has a static getFactory() method that checks to see if it's already in JNDI, and if not creates a new one ...
Hi,I'm moving a J2EE app from Orion to SJSAS v8.2PE and am confused by a caching issue.I'm using struts, with jsp's calling action classes - and then an EJB layer doing the selection of data using iBatis and a MySQL dB. It all works fine in both app servers, except in SJSAS it's not showing ...
1297 byte By
vmrao at 2007-11-26 6:58:27
Hi,I have created a JDBC DataSource under Sun App Server 8.1 Admin with JNDI name "jdbc/gms". I have configured the web.xml as follows. ...
279 byte By
kzakkar at 2007-11-26 6:59:19
Hi ever onei use the latest version of the Sun Jave Studio Application server 8.2 and every time i tray to start the Derby server it gives me the failuer messagei dont know what is the reason for thatplease i need help thanks to all guys
Hello,I am running Enterprise App Server 8.1 in a 2 node cluster with a 2 node HADB database. If both machines reboot for some reason the HADB database becomes corrupted and I have to clear it and run the configure cluster asadmin command again in order to get it back online. Is there a way to ...
I am experiencing a strange nature with Sun Java System application Server 8.1.When I deploy a Web application as a WAR file, I am seeing all the WEB-INF/lib jars are getting extracted to the Context root of the Web app. For example when I deploy a xyz.war with a couple of jar files in ...
280 byte By
vakrat1 at 2007-11-26 6:59:56
Hello,Is it possible to deploy WAR file to Sun Java System App Server (SJSAS) remotely? I mean, the .war file is placed in machine A, and the actual server is installed in machine B. Machine A can access SJSAP on machine B only by HTTP protocol.Thanks,
Hi,I have just installed the sun server. Everything else is working fine. It's just that I am not able to access admin console. It doesn't give me any error. It's just blank. Couldn't find any thing in server documentation. it's weak.Any pointers.Nikhil
540 byte By
chungste at 2007-11-26 7:01:30
Installed Sun Java?System Application Server Platform Edition 8.1 2005Q1 on fresh installation of Solaris 10 Sparc.When trying to run certain commands in asadmin I get the following error:CLI147 Invalid command, create-instanceI get the same error for list-instances, delete-instance. I have not ...
10214 byte By
nickdv125 at 2007-11-26 7:02:59
I am having problems with the "asant undeploy" command because after I try to re-deploy a .war file, I get the error message below in the servers log. I'm guessing the original undeploy was not completed successfully despite what it says at the command line. ...
624 byte By
TNeo at 2007-11-26 7:03:10
The pool name of the JDBC Resource keeps getting cleared. I select the pool from the list in the Admin Console ("Edit JDBC Resource"), press "Save", get a confirmation message ("New values successfully saved"), and restart the server. The web app works for a moment, but soon there are error ...
686 byte By
vakrat1 at 2007-11-26 7:03:12
Hi,I'm trying to execute the asadmin utility to deploy a war file to a SJSAS that run on solaris as well (tried also SJSAS that runs on win32).here is the usage:asadmin -u <username> -w <paswd> -H <host> -p <adminport> --force=true <war file path>I get the ...
Hi all,Recently I installed sun server. After installation I tried to login to server. I don't Know the username and passward. I'm sure that I didin't provide a user name or passward.Pls help me to do the authentication correctly.Thank you,Tharindu.
715 byte By
jtp512 at 2007-11-26 7:05:14
I ran the command:./asadmin verify-domain-xml domain1This returned the message:May 8, 2006 3:16:43 PM com.sun.enterprise.config.serverbeans.validation.DomainXmlVerifier invokeConfigValidatorSEVERE: /domain[1]/configs[1]: Assertion Failed: There is a config element named ...
434 byte By
E.J. at 2007-11-26 7:05:31
It appears that the installation went fine until I started the appserver and started the Administration Console . It prompts for the User Name and Password I created during the installation. However, when I enter the data, it doesn't recognize it and gives me an Authorization Failed error.I am ...