1256 byte By
KamBha at 2007-11-26 10:38:23
HiI don't know where to put this. Sorry if this is an inappropriate place for this, but I did not know where to put it.I am trying to create a JSF application that accesses/writes to a Postgres database. I want to use OJB to connect my JSF application with postgresSQLI followed the ...
3342 byte By
BuZMan at 2007-11-26 10:38:57
Hi all!.I'm currently using:Version: 3.6 SP3 (Build 02-A)License: Sun Java(tm) System Message Queue 3.6 Enterprise EditionThe JMS system is currently been used by a standlone Java Application (using different queues and topics), developed in my company, it's just one broker (non cluster ...
695 byte By
gjm at 2007-11-26 10:39:07
I am using Sun Appsever 8.2 with Derby (Java DB) for a web application being deployed on a windows xp box. I have managed to configure the derby server and the app server to start as windows services. I have further managed to deal with the app server exiting when a user logs out of windows (by ...
995 byte By
aurelien at 2007-11-26 10:41:31
Under Red Hat Enterprise Linux AS release 4, I'm getting the following error when trying to start asmt.The 16Go of free disk space...Any workaround?[apr@rhelserv bin]$ ./asmigrate.sh -c -s /home/apr/workspaces/migration/TSquare2_Systeme/ -t /home/apr/mig -S ws40 -T sjsas9 ...
1004 byte By
jonren at 2007-11-26 10:44:18
Hi all...I'm currently using an Oracle feature called OracleAQ which helps me to receive JMS messages from Oracle database when an event occurs. This feature allows me to connect from a Java application through a JDBC Connection -- actually I can connect by configuring a JDBC Connection ...
784 byte By
GlennG at 2007-11-26 10:46:49
I'm trying to install Identity Synchronization for Windows on a Solaris 10 machine that is already running Directory Server 5.2 and Application Server 8.2. I get this error message early in the ISW installation process:"An existing Message Queue Broker, configured as a daemon, has been ...
867 byte By
pbreshe at 2007-11-26 10:48:31
I attempted to uninstall and reinstall the Sun Application Server. The installation stops before it has completed with the error "'d ' is not recognized as an internal or external command,operable program or batch file." There are no files under the domains directory. I've tried to create ...
Hello I'm running JMS 3.6 SP3 in Windows and I'm trying to configurethe time it takes to generate a [C4002]: Read packet failed. - cause: java.net.SocketException: Connection reset message. I've set up the following configuration, but it takes about 1:45-2:00 minutes to get the ...
394 byte By
Aknibbs at 2007-11-26 10:49:42
Hi all I am working twith the SJSAS trying to get the jndi portion of the application to work. The only problem that I ahve encountered is that I don't quite have a complete understanding of how to configure the server so that I can get at the database through a JNDI lookup. If anyoine might ...
1127 byte By
RickCBC at 2007-11-26 10:51:54
I am running Sun One Web server and am getting the following errors during load testing ********************************java.io.IOException: WEB8004: Error flushing the output streamat com.iplanet.ias.web.connector.nsapi.NSAPIConnector.flush(NSAPIConnector.java:73 3)at ...
i getting this error in a Servlet. The same code work fine in a stand-alone local application written in NetBeans IDE... see the code : try{ src.getDocumentElement().normalize(); NodeList listOfJDBC = src.getDocumentElement().getElementsByTagName("query-string"); int totalJDBC = ...
2849 byte By
Mattisf at 2007-11-26 10:53:30
Hello,I'm experiencing some problems deploying a EJB2.0 project from NetBeans 5.5 RC1.I've tried deploying it through NetBeans, but also tried to deploy it using the upload function in the application server, both with the same results.The log in the domain on the Applicationserver says ...
2298 byte By
giminy2 at 2007-11-26 10:54:18
Hi All -Sorry for the cross-post, I hadn't realized that there was a JSAS-specific forum.I've been trying to get LDAP auth to work correctly under JSAS9 but am not sure what the security principle to role mappings are supposed to look like. So far, the Administrator's guide has been zero ...
761 byte By
tourtech at 2007-11-26 10:54:30
I'm trying to upgrade from Appserver7 to Appserver8 and need to upgrade SSL certificates.It seems Appserver7 (SE) uses the old Netscape NSS cert8.db, key3.db database, whereas Appserver8 (PE) uses the (newer?) JKS format.I seem to be able to export the certificate from Appserver7 using the ...
1124 byte By
k_smolka at 2007-11-26 10:55:28
Hi AllI hope someone can help me as I am having problems connecting to a MySQL database through a JSP web application using netbeans and sun applications server.Here is my process;Connect the Mysql database in netbeans|Create a connection pool|Create a JDBC resource|try and obtain a reference ...
Hi,I am using SJSAS 8.1 std ed. I use java.util.logging package in my pograms for logging message. I found out that only the INFO level messages can be shown in the server.log. My logging messages are output from my EJB and servlet codes.Which configuration file I can set to display other ...
1370 byte By
VineetS at 2007-11-26 10:56:28
Hi,I have ubuntu installed on my system. I wanted to install the Sun Java System Application Server PE 9 on it. I didn't see any debian package for it on Sun's downloads. I downloaded the linux version and tried to install it. I got the following result...root@vineet :/usr/src# ...
I have an app server EE installation with two extra stand-alone instances supporting two different apps.I need to restart the DAS for a new JVM option to take effect. Can I restart the DAS without affecting the other standalone instances?Mark
1537 byte By
tourtech at 2007-11-26 10:58:19
We've encountered a bug in the loadbalancer.xml configuration file generated from this command (export-http-lb-config).The problem occurs when, accidentally, you have more than one application deployed on the appserver with the same context root.While this shouldn't happen, it's currently ...
2714 byte By
TomDog-1 at 2007-11-26 10:59:21
I am new for Tomcat. I installed jdk1.5.0_09 and Tomcat5.5.20 on Windows 2003 Server. I would like to connect Tomcat to database. I was able to see the log in page. However, I got an error below when I tried logon. Any help would be greatly ...
1759 byte By
kparlar at 2007-11-26 11:03:15
hi all,i have a problem and search everwhere else here, so i think it is better to discuss it here also,i try to run debug mode in eclipse but not succeeded, i run the debug long ago but not know.i hknow this is not maybe right place but i think i will get answer quickly here.i am using jdk1.5 ...
Hi All, I am trying to create a connection pool for my MySql database on Sun Application Server(Version 8.1) using 'asadmin'. I am also able to create the connection pool successfully but when i am trying to ping the connection pool, it is giving me the java.net.UnknownHostException. The ...
Has any had issues when setting the transaction isolation level for a connection pool? My environment is: SJSAS 8.2 jdk 1.5.0_08 MySQL Connector J 3.1.13 MySQL 5.0.22-standard OS: Windows XP (application server) and Solaris 10 (MySQL database)Here is my connection pool configuration: General ...
10087 byte By
BuZMan at 2007-11-26 11:05:12
Hi, I just commit this bug to sun (that will take some time), but I was expecting to share this problem to avoid people losing time like me : ) and maybe if some other developer have some workaround... thanks!A DESCRIPTION OF THE PROBLEM :if you configure a queue with a max number of message ...
1989 byte By
jk@hud at 2007-11-26 11:05:14
When trying to deploy the ear we get the error:[#|2006-10-26T21:32:50.668-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise. system.tools.deployment|_ThreadID=18;|Exception occured in J2EEC Phasecom.sun.enterprise.deployment.backend.IASDeploymentException: Fatal Error from EJB Compiler -- ...
1222 byte By
bevynQ at 2007-11-26 11:05:15
Hiwe have an applicaiton that connects to an external https site.it has been working fine until about 2 weeks ago when the connectiontime went from and 800ms to 40000ms.as far as we can tell ther is no network problem and and it is a problem withthe applicaiton server itself.what seems to ...
556 byte By
Tarus at 2007-11-26 11:05:24
Hi,I am working on SUNONE Server 8.0. I need to configuration details for the list below:1. By default my client is able to reestablish a connection when JMS is restarted. Is there any setting to be done on SUN server console to disable this feature.2. How do i make the SUN JMS to store the ...
212 byte By
jk@hud at 2007-11-26 11:05:54
How can I rotate the server.log file on daily basis. Right now it is set to default which makes it so big and hard to read. I`ll like to have a new log file created every day.Please help --jk
186 byte By
t.wiik at 2007-11-26 11:06:12
What is the best way to run apache in front of Sun App Server 8.2 / 9.0 PE?As I found no plugin from Sun, should I use apache mod_proxy and ProxyPassReverse ?Thanks.
Hello everybody,I would like to know if it is possible connect Apache 2.x Web Server with Sun Application Server 9.x. through some connector like the connection between Apache 2.x and Tomcat. I didn't find suggestions and examples on this topic. Is possible this connection? If so how?Thanks ...
I just installed the J2EE1.5 and Ant 1.6.5When I build the hello2 example, build failed as following:bpp-actual-compilation:[echo] Compiling hello2[javac] Compiling 2 source files to .../Tutorial/examples/web/hello2/build/web/WEB-INF/classesBUILD ...
Hi,I would like to know the reason for marking webapps_enable="off" or "on" in server.xml.The issue I'm facing is when I say :<VARS docroot="/usr/sample-app/web" webapps_file="web-apps.xml" webapps_enable="on"/>and my web-apps.xml file looks like this:<?xml version="1.0" ...
I've been playing around with Studio Creator and DB2 v9 without any issues.So I figured I would installed App Server PE 9 and use this as my production server that I would deploy to from studio creator. However, in my efforts to set up db2/v9 I have been trying to ping a connection pool ...
Hello... HelpmeUnder Windows XP SP 2, I'm getting the following error when trying to start asmt. My desktop have 3GB of free disk space...C:\asmt\bin>asmigrate.cmd -c --sourceserver as70 --targetdirectory C:\ --targetserver sjsas9 ...
930 byte By
fveiga at 2007-11-26 11:14:10
Hi there,I've been testing a benchmark tool and been used App Server with Adventure Builder deployed as my SUT.What happens is that I've found that the server crashes within few minutes with a memory leak problem. I was testing a version that has already set a timeout to the file descriptors ...
364 byte By
thor at 2007-11-26 11:14:15
Hi,normally my java tools open a keystore via System.setProperty("javax.net.ssl.trustStore", "myKeystoreFilename").I have created a WebService and this WebService don't care about my environment keystore-settings.How can I open a keystore in WebService?(I want to connect to ssl server / Sun ...
We are in the process of deploying a system for our client. My question is this. We want to have 2 servers, one main and the other as a COLDspare in case of failure of the main one. The main one has 2 cpu's, meaning I need to purchase 2 licenses to run JMS, since the pricing is per cpu. I am ...
Hi,I am doing a migration project from Forte to Java. I want to understand the functionality of the Arrayfield datatype's BodyGrid attribute. I am using the JTable to implement the datatype Arrayfield in Java. My objective is to create a functionality in JTable to match the Arrayfield ...
1270 byte By
tourtech at 2007-11-26 11:19:39
I'm trying to understand whether the HADB component of SJSAS EE can be installed in containers on Solaris 10 systems.The docs don't say that it can't be done, but they do elude to the fact that the clu_sql_srv processes do prefer "realtime priorities", which non-root containers can't ...
483 byte By
iamits at 2007-11-26 11:19:50
HiWe have built a tree structure in LDAP similar to the following.dc=orgname,dc=com-> orgname->countrynamewhere orgname is a domain object, orgname is an organization and countryname is a country object.all the users are stored under the subtree countryname.We needed to find the diskspace ...
330 byte By
rye23 at 2007-11-26 11:19:53
hello all,I tried deploying an EJB componet with j2ee-ri 1.4.1 (deploytool.bat), but it generated stubs under <AppServ-InsDir>/domains/domain1/generatedi've read App Server 8.i onwards supports dynamic proxy, does this mean that my j2ee-ri 1.4.1 is App Server 8 or lower?Please englighten ...
Hi, I have a problem with running the WEB CLIENT in Duke抯 Bank Application.First about the VERSIONs:-I downloaded"The Java EE 5 Tutorial" For Sun Java System Application Server Platform Edition 9, dated: June 16 2006 The source for the tutorial examples is obtained from the above mentioned "The ...
567 byte By
newentry at 2007-11-26 11:22:26
Hi Experts,I am new to Hibernate,I have a table with primary key (id) .Using hibernate api, i can insert the record to the table, i can delete the record. Till here all are okey. My problem is...I want to update the primary key......which i can not do it in hibernate.When I start jboss server, ...
2751 byte By
SysHex at 2007-11-26 11:22:49
Hi everyone.Just came across a small problem, which is basically:I created a Conn Pool that is ping-able and is working just fine. I've also created an JNDI resource for it, and while using a JSP or an EJB to access it , it works just fine.Now, I'm writting a standalone client that is ...
779 byte By
SysHex at 2007-11-26 11:22:52
This one for AS 9 PE , but because I've got no permission to post on the PE forum, it goes here.While creating JDBC Resources I've came across this wicked bug (I belive it to be a bug) which basically can be reproduced in the following way:Create a JDBC Resource, a valid one ... and here is ...
527 byte By
nokill at 2007-11-26 11:23:10
I am more asking for confirmation that this is how it is supposed to work and see how others are dealing with it.I have noticed the following:1) you can not autodeploy a exploded directory (any attempts just fail)2) you can autodeploy a .war file, however, removing that .war file does not ...
1253 byte By
davidh at 2007-11-26 11:23:57
We are in the process of evaluating the Sun Message Queue and have noticed that if we send a large number of messages to a queue and then shut the server down, the restart takes a very long time. In the console after the restart, MQ appears to be loading all the messages back into memory. I ...
According to the Platform Edition 9.0 docs http://docs.sun.com/app/docs/doc/819-3662/6n5s9hmtq?a=view , it is possible to create new instances using create-instance command.However, I encountered an invalid command error in asadmin when trying to invoke create-instance:bash$ ./asadminUse "exit" ...
1569 byte By
ashik_s at 2007-11-26 11:24:21
Hi All ..we are running with the following configuration.Solaris Version 5.10./prtconfSystem Configuration: Sun Microsystems sun4vMemory size: 8184 MegabytesApp Server Version,Sun Java System Application Server Enterprise Edition 8.1_02 (build b11-fcs)JVM Options in ...
120 byte By
SunNnus at 2007-11-26 11:25:42
Classload at runtime - Is it possible with Sun' App server? - without restartingThank you for your reply.