Experts,Our production applications sometimes dump a huge load of log records on system.out and system.err, so we have a lot of rotated server.log files (e.g., server.log_2007*). We can live with that, as we have a cron script which removes the old files from time to time.The problem is: ...
I am migrating an application server from Weblogic 5.1 to Sun App Server 8.2. I have used the migration tool and it worked partially. 1) How to migrate the weblogic.properties file in the Weblogic Server to Sun App server ie. where should the properties described in the weblogic.properties file ...
I am trying to configure Sun JMS with Sun ONE Directory server as repository. I couldnt make it even after going through Admin guide of Sun JMS. When I tried to run a producer,exception I got iscom.sun.messaging.jms.JMSSecurityException: [C4084]: User authentication failed: user=guest, ...
Hello! I've noticed that by default glassfish uses 512Mb for the heap. I'd like to modify this value. How can I change it? Is there any way through the administrative consiole provided (asadmin)?Thank youSorin
924 byte By
mfa786a at 2007-11-27 2:05:48
sun java system application server 9.0 Not accept my admin password sir i use sun java system application server 9.0 with natbean ide 5.5 from last month today mornint i start my system and natbeans but system not accept my admin password and give me logn witdow with admi user and password ...
hiThank you for reading my post.does any one know how i can setup and create a durable/persisted queue in Sun MQ?i wan to use database as message storage.thanks
HiThank you for reading my post.imagine that i have IMQ installed and i configure it to store messeges into database for failover and .....Now the question is:when a consumer consumed a messege, will it remove that message from database or the message will stay in database for ever?Is there ...
<resources><jdbc-resource enabled="true" pool-name="sunpool" jndi-name="jdbc/sundatastore"/><jdbc-connection-pool steady-pool-size="25" max-pool-size="32" max-wait-time-in-millis="60000" pool-resize-quantity="15" idle-timeout-in-seconds="300" is-isolation-level-guaranteed="false" ...
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 ...
Hi,one of our http-server-listener is running with ssl-client-certificate-required. If the client doesn't send its certificate to the server, we get a message:"Forbidden Your client is not allowed to access the requested object."How can we customize this error message? We use AppServer ...
Hi,Question for understanding purposes.When I store an administered object in an LDAP server, say, does it just store the name of the class I configure or does it also store a copy of the class ?The fact that it's called an Object Store and the fact that some of the documentation refers to ...
HiI have problems with following scenario:When client establish KeepAlive connection with iPlanet server it sends one important custom header only on first request. My goal is to implement filter that will add this header to all subsequent requests on this connections. I can identify request by ...
I have a web service that we are trying to call from multiple clients. The web service is running on SJSApp Server PE 9.0 Update 1 Patch 1.It appears that the first call blocks the second call from being processed. How should I configure the application server so that multiple calls are not ...
749 byte By
mb_agfaa at 2007-11-27 3:22:03
When I want to use JAX-WS with NetBeans 5.5 with Web Pack installed on to of itThe complilation is OK but deployment on the Application Server 9 produces the following error:Deploying application in domain failed; Error loading deployment descriptors for module [ehip] -- (class: ...
14732 byte By
mmittaka at 2007-11-27 3:29:39
Hi guys,I am new to J2EE. I installed Entrprise App server succesfully on Windows XP.When I start the server,it does not start.There is no error on console.But I checked logs in domain\domain1 directory.It shows that "Initialization of AMX MBeans successful".After that it throws some exception ...
HiThank you for reading my post.Can some one please let me know how i can find how much messages are inside a queue?Thanks.
HiThank you for reading my postcan some one please explain that how we can ensure that our messages which are inside the queue has just consumed once?imagine that we have tens of thread which each of them has a connection and a listener are listening on a queue, how does jms manage this all ...
Can we change the name of the cookie- JSESSIONID?for eg.Set-Cookie = [ JSESSIONID=6ad8360e0d1af303293f26d98e2a; Version=1; Comment=Sun+ONE+Application+Server+Session+Tracking+Cookie; Path=/]can we change it to something like - Set-Cookie = [ ServletSession=RkA4OlbgfW; ...
Is there any way to retrieve an http session from the value given in the request parameter.for eg.request.getParameter("CookieName") = session_id_valwith this session_id_val can we retrieve the session?Thanks in advance.
Hi,Wondering if anyone has a nice ldif file or similar of the java schema objects I need to load to get the AD schema suitable to hold MQ administered objects ?For example, this thread treats the same question for Open ...
deploy my war and login,the following execption catchedjava.lang.ClassCastException: net.sf.acegisecurity.providers.UsernamePasswordAut henticationTokenat com.sun.web.server.J2EEInstanceListener.handleBefo reEvent(J2EEInstanceListener.java:130)at ...
I have created a JSC 2 application and it is working fine on my local deployment server which was installed with JSC 2 (windows workstation).I am trying to deploy it on a linux server, however, I am having a lot of trouble. When I try to deploy it to remote server via JSC 2, I get the error ...
663 byte By
BramKla at 2007-11-27 3:57:53
Dear all,This is probably a question with a very easy answer to most of you, but I cannot seem to find it.I've created a BPEL testprocess with NetBeansIDE and I want to run it on the Application Server. I've deployed the process/application in the IDE, but that seems to allow not much more ...
To install the Application Server, I had to be logged on as an administrator. The NetBeans works OK after installation, but the Application Server won't start and doesn't complete initiation. The McAfee Security VirusScan is on. Where in the directory system are log files recorded when the ...
Hi,I am having problem that my server.log and access file in all instance have been overwrite by latest record. Suppose all the system.out.print will append to the server.log. However, my problem is the log which has been written to server.log in earlier time (mayb morning till afternoon) is ...
I'm looking to get some opinions from people as to how they control the startup/shutdown of their HADB databases in Appserver 8.x EE?By default, the installer will install a startup script (/etc/init.d/ma-initd) which is invoked at various runlevels to start/stop the management agent for ...
Hi all,My requirement of "Application Server plugin/filter" is to intercept all Httprequests coming to an Application Server instance (and not webserver), get the related information from the request, do whateveri want to do and then forward the request based on the info available in the ...
Hello!I have a big problem: I am using the"Java System Application Server Standard Edition 8.1 2005Q1"and have to get hot deployment up and running.Our deploymentprocess works as follows:First we build an ear-file and deploy it to the server.After that we want to replace jar-files exploded ...
Hi,I used to work on netbeans 5.5 and bundled sun app server 9. Everything was going fine. Today in the middle of a deployment in app server through netbeans, my system got hanged. So I killed the java.exe process.Now when I again attempted to open netbeans it showed me an error that some ...
I took a backup of a domain using this command:%asadmin> backup-domain --domaindir /var/opt/SUNWappserver/domains --verbose=true domain1successfully found a sjsas*V0001.zip file in installdir/domains/domain2/backup folder.When I tried to open it to check for the files in from local system ...
455 byte By
gobya at 2007-11-27 4:43:57
Hi every one,recently I've upgrade the jdk1.5 to jdk1.6. Before that I have uninstall the Application server too. All my programs are OK with jdk1.6. But I can't install back Application server. When I clicked this "java_ee_sdk-5_02-windows.exe" it starts on the 'Select installation ...
Can anybody tell me what this exception about?asadmin> backup-domain --domaindir /var/opt/SUNWappserver/domains --verbose=true domain2May 18, 2007 9:54:29 AM com.sun.enterprise.config.backup.LoggerHelper finestFINEST: Request DUMP **********Class ModifiersFieldValueBackupRequest static final ...
426 byte By
gseela at 2007-11-27 4:58:44
I'm trying to set up a Comet driven application as described in Jean-Francois Arcand's blogs. I have installed JSAS9 which I presume is now the official version of Glassfish but when I start the chat example I get an error that com/sun/enterprise/web/connector/grizzly/comet/CometHandlercan't ...
I've got a brand new T2000, and I'm trying to make sure that SJSAS 8.2 EE is using its ncp0 SSL accelerator, rather than relying on the rather slow CPU for SSL.I've read conflicting information about this.The Sun Blueprint at http://www.sun.com/blueprints/0306/819-5782.pdf suggests that all ...
HiThank you for reading my post.I have a problem with using mq version 4.1 .here is what i am doing:Create a queue,Create a connection and connect to queue.use Client_acknowledge mode.Start the connection and listener will process the messages.problem is that sometimes it does not pick up any ...
i want that me server (Java application server) work with Mysql. I create Connection pool and select there Datasource Classname:org.gjt.mm.mysql.jdbc2.optional.MysqlDataSourcebut when i ping i have this exception:Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target ...
Hi,I would like to monitor the JVM running Sun Application Server 8.1 PE.Unfortunately, it seems it is not possible; Sun Application Server starts by default a JMX connector on port 8686 and exposes its MBeans related to server features here.I would like to monitor only basic JVM monitors as ...
463 byte By
madhu84a at 2007-11-27 5:33:47
Hi...I am a starter in SIP Servlet .... and i am in a project to develop a sip servlet which is used to make a call ...First my target is to make a call using sip servlet ... I no need to get the tel number from the client ...We will send the numbers automatically ....I just want to make a call ...
Hithank you for reading my postI am using Sun IMQ for my jms stuff and i have a queue which all of its message should be proceed.I use client acknowledge mode to ensure that a message removes from the queue after a client consume it correctly.Now what if a client consume a message and it face ...
hi All,I am having a problem setting up Sun Application Server 8.1 to work with OCI. I have tried to replicate the same settings available in Sun 7.x (Where OCI works fine), namely adding the following to the Native Library Path Prefix:/apps/oracle/client/lib32/apps/oracle/client/binBut it does ...
841 byte By
albertja at 2007-11-27 5:37:22
i am running glassfish-installer-v1_ur1-p01-b02.jaron fedora core 6with mysql 5.1the device driver is already put on glasshfish/lib.the same file was used by jboss and works fine.i have created both the connection pool "mysqlPool" and datasource "TestDS". When i ping the connection,./asadmin ...
Hi All,I am getting the below error message ./asadmin ping-connection-pool --user admin --secure jdbc/pool/iplant_productionPlease enter password>Operation 'pingConnectionPool' failed in 'resources' Config Mbean.Target exception message: Class name is wrong or classpath is not setfor : ...
Hidoes anybody knows why when i start app server 9 from console by typing ../adadmin start-domain domain1it runs fine, but if i close console app server shut down?i'm using solaris 10 on ultra20, but same problem on sunfire v100is there any way to make sun app server ...
I am trying to determine if messages sent to a Broker within a Cluster are replicated to different Brokers and as such the different Brokers' persistence message stores?I what a HA solution that has no single point of failure within a site (and ultimately across sites, but let's focus on a ...
hi, i want to deploy a WAR file on an Application server 9 via command line but i cant find the right command for it via asadmin.the only command i have found is wsdeploy but it only create another WAR file and doesnt deploy it as a webservice.can you please ...
hi,i am trying to use some of the Sun Java System Application Server Platform Edition 9 Reference Manual >> User Commands for instance command 'create-instance' isnt not there i have search itin all of the bin directories of the app9 installation but couldnt find it and many more ...
HI,Up to now we are using ipalnet 6.5 app server.We are planning to migratoe our application to sun one app server 7.Problem is We are registring HTTP_TFSSO=1 variable under applilcation server\6.5\CCSO\HTTPAPI\INPUTSAPI in iplanet app server 6.5 using kregedit,same we need to do in sun one app ...
Wondering if anyone else has come across this issue while working with EJB Timers in a clustered App Server environment?I am trying to use an EJB Timer to periodically update a cache of values for a web application. To make sure the timer is started, I am using a ServletContextListener to tell ...
hi allmy problem is :when i deploy my project and upload it to sun application server in localhost which in my pc it work finebut when i access to it from another pc i can't in urli write for examble http://localhost:8080/ATM/login.htmlto login in my local host but when i access from another pc ...
Hello,When I try to deploy an ear file into Sun One App Server 8.2 I get the following error:filename: C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\xxx_intranet\xxx_intranet_war\license\LICENSE.dom-documentation.txt java.io.FileNotFoundException: ...