DBCP Connection Problem with Sun One Application Server 7.0

2254 byte By Ali-Iqbal at 2007-11-26 7:32:12
HiI'm using DBCP for connection pooling in my application. I have developed the application using Tomcat 5.0 and DBCP seem to work fine under tomcat context, the production server is Sun One application server, and the database is MS Sql server 2000 (with window authentication). My code seem ...

Is this a server error? or...

4199 byte By infonote at 2007-11-26 7:32:16
A program code error.I am getting this error when accessing the application:In root cause i have:com.sun.ejb.containers.BaseContainer.processSystemException(BaseContainer.java: 3730)Using Netbeans 5.5 with enterprise packSun Application Server 9HTTP Status 500 - - -type Exception reportmessage ...

Getting runtime error when i am deploying my ear file in weblogic8.1

5360 byte By se.srinu at 2007-11-26 7:32:27
I deployed my ear file into weblogic server, the below error i got in console of weblogic server. please tell where i need to setup class path. I am using eclipse as IDE and running the project in eclipse.How can i set classpath in weblogic server ? Give me step by step please.<May 25, 2006 ...

UNABLE TO DEPLOY EXAMPLE APPLICATION

614 byte By kudzo at 2007-11-26 7:34:34
I just downloaded netbeans 5.0 and was able to follow the tutorial to develop the sample application, the problem is with the deploymentthe following is the error message i get when i try deploymentCannot deploy. Module already exists. Set force=true for redeployment.; requested operation ...

javax.naming.NamingException: java:comp namespace cannot be modified

1162 byte By MiniRadish at 2007-11-26 7:35:01
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 ...

iI am new to Java Enterprise and i desperately need help folks

2159 byte By enrogel2000@yahoo.co.uk at 2007-11-26 7:36:01
Just got myself Netbeans ide 5.0 and follow the quickstart guide to develop the sample app but i could not deploy it i keep gettingn the following ...

SUN ONE Web server 6.0 SP 9

566 byte By srins_2000 at 2007-11-26 7:36:19
Hi All,I have installed Sun one app server 6.0 SP9 and during server installation I installed only one webserver. After sometime(two days past). I added one more webservers using admin server and I configured the same settings as my other webserver and I configured the later to 9090, since the ...

Type "asadmin" in prompt , it says "command syntax error"

258 byte By BiBiCall at 2007-11-26 7:36:56
I just met such problem. In Windows Server 2003 OS, i type asadmin in the command prompt windows, it not works, and tell me "Command syntax error". Then i uninstall the AS and reinstall it , but the prob still exists, how can i do to solve it. THanks!

Error occurred during initialization of VM: java/lang/object

243 byte By rozbeh80 at 2007-11-26 7:39:21
Hello,I get the following error when i try to start the Sun Java System Application Server Platform Edition 8.1 2005Q1:Error occurred during initialization of VM: java/lang/objectCan anyone help me with this?

HTTP Header lowercase

299 byte By lsauvage at 2007-11-26 7:39:41
Hi,It seems that Sun Application Server 05Q4 Enterprise Edition puts HTTP headers in lowercase. e.g. X-Session becomes X-session.This behaviour does not occur with Platform Edition of the Application Server. Is it possible to avoid this behaviour

How do I turn off |INFO| entries in my server.log files?

39516 byte By jtp512 at 2007-11-26 7:40:10
Sun Java System Application Server 8.2How do I turn off |INFO| entries in my server.log files? Is this a setting in the admin console that I am over looking?Thanks,--Todd[#|2006-06-01T09:48:43.776-0500|INFO|sun-appserver-pe8.2|javax.enterprise.syste m.tools.admin|_ThreadID=11;|ADM1041:Sent the ...

failure ( 601): HTTP3287: connection limit (4096) exceeded, closing socket

401 byte By mnio at 2007-11-26 7:41:13
hi, does anyone encounter this error. i've seen this error in the sun app server logs. my application crashes when 2-3 days after of deployment when i restart the application server it seems everthing fine after 2-3 days it crash again. thanks in advance. BTW my system were solaris 10, SAS 8.1 ...

Datasource conection problem

657 byte By Maravelias at 2007-11-26 7:41:36
i have create a web application with sun java studio creator 2 and i have deploy it successfuly in Sun Java Aplication Server 8.1 At my application i make a database conection and i call this java:comp/env/jdbc/testi have made with admin tool of SJAS a connection pool and jdbc resource ...

Application server 8.1 going down frequently

3761 byte By Prashant.Bhatnagar at 2007-11-26 7:42:20
Application server is going down very frequently. It doesn't log anything in server.log before going down but in imq logs it logs some broker shutdown details.imq_broker_log:=============================================================================== =Sun Java(tm) System Message Queue 3 ...

Java beans with JSP

88 byte By Mady369 at 2007-11-26 7:42:53
Any please tell me Where to put the bean .class file so that i can use it in JSP?

keep application server running

433 byte By Insighter at 2007-11-26 7:43:48
hi,am running bundled application8.1 with creator 2 on solaris.i access my solaris server romotly and when i leave the seeeion although the application server is still up any attempt to access my application fales as if the domain isnt started .so how can i configure the domain to keep running ...

Unable to pick Jdbc Datasource using JNDI

2433 byte By Mirza_92 at 2007-11-26 7:44:04
Hi, I am using Sun ONE Application server. I am trying to access JDBC-ODBC connection through JNDI. I have performed the following steps:1) I created a Connection Pool with the name "NewSQLServerDB". It appears in the hierarchy of the Sun ONE Application Server Administration window like ...

connection pool for ms sql

914 byte By dannytran78 at 2007-11-26 7:45:21
Hi all:I'm tring to create a connection pool from Sun PE 8.2 to ms sql. I installed the ms sql 2000 drivers and put mssqlserver.jar, msutil.jar, msbase.jar under my domain lib folder. I put ...

How to install Sun Java Appserver 7 update 9 in Fedora Core 3

6298 byte By ntc at 2007-11-26 7:45:24
I face a problem when installing the SJAS 7 Standard Edition update 9 in Fedora Core 3. I alr install the jdk1.5 in the opt folder. Before installing the SJAS 7, i have successfully install the SJAS 9 platform edition. Since that it's can't ccreate multiple instance so i decide change it to ...

class path help

118 byte By spaceman21 at 2007-11-26 7:45:56
im doing this tutorial http://www.jsptut.com/Forms.jspcan someone tell me where i should put my classes?

Errror when trying to deploy an ear in weblogic which was running in orion

2095 byte By shivani80 at 2007-11-26 7:46:29
Errror when trying to deploy an ear which was running in Orion,Orion specific deployment descriptors are created java.lang.NoClassDefFoundErrorat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)at ...

custom realms, login and logout issues

874 byte By warrensweetman at 2007-11-26 7:47:17
I have created a custom realm following some of the instructions on the docs for sjsas (as there were several bugs present that confused me and extended the time it took to implement) extending the indicated classes. I had a requirement that there can only be a single log in from an individual ...

Authentication refused for admin

1683 byte By X_sandro at 2007-11-26 7:48:17
Hi there,I installed Sun studio Creator 2, wich is released with Sun Application server 8.1 bundled - So far, I didn't change any configuration settings, a part the admin username and password trough the properties pannel on the IDE - everytime I try to start the server from the IDE I got an ...

Unistallation of Sun Java System Application Server Platform Edition 8.1,9

1073 byte By Bharath.Gargesh at 2007-11-26 7:48:19
Hi,I had two Sun Java System Application Server Platform Edition Installations on my Windows XP Home Edition.One was 8.1 and another one was Edition 9 Beta(build32).Unfortunately I had installed version 9 of the same without upgrading the version 8.1.When I tried to uninstall the version 9.0 ...

Ports USB

222 byte By Auguzto_65 at 2007-11-26 7:49:53
Hi Sorry by my englishPleasei want to know, how can i to work (developer) in j2ee and j2se the serial port and USB portif you can give procedures and examples is very goodthank you

how to hide iplanet Version information

402 byte By devanet175 at 2007-11-26 7:50:44
Hello,I want to hide, iPlanet Server Information i.e Version/Build/Hotfix information from the Header Message.Also i want to hide information when i do telnet localhost 25, It gives me iPlanet version/Build/ Hotfix I dont want this information to be get display, Can any one update me on this ...

Sun one webserver 6.1 (sp4) - ci script error

527 byte By wdev@sun at 2007-11-26 7:51:02
i have created application instance on Sun one webserver 6.1 (sp4)- set up cgi directories as per release documents - whenever i am trying to acces home page of my application - i am getting following error- for host 168.109.161.123 trying to GET opt/extaudit/www/cgi-bin/ index.pl, ...

SOAP SERVICE USING JAXM and SAAJ

7033 byte By Santosh.Bhushan at 2007-11-26 7:52:23
Hi,I am trying to create a SOAP service and i am using JAVA SUN APPLICATION SERVER (Ver 9) Even with the example posted on the jaxm I am not able to run. http://developers.sun.com/sw/building/codesamples/jaxm/index.htmlThough the example is written for Sun Application Server 7. I belive it ...

Servlet using Xvfb needs DISPLAY set

1220 byte By vok at 2007-11-26 7:53:09
HelloI have a servlet that uses an old version of 3rd party charting package to create PNG images. I am currently migrating this servlet from Tomcat to SJSAS and suffering with the error:===================No X11 DISPLAY variable was set, but this program performed an operation which requires ...

The server encountered an internal error () that prevented it from fulfilli

9333 byte By joki at 2007-11-26 7:53:24
Hi. Could any one tell me where i start looking for the error in this log.It works fine under sun studio creator, but when i upload the project to the server and call the page i get this error.I found out that it is something with my servlet wich do some work for getting my image. (see sevlet ...

4.0 Enterprise Edition

227 byte By ugol at 2007-11-26 7:54:14
Hi,I have installed the open source MQ from http://mq.dev.java.net. It is an enterprise edition (I have successfully installed ssl support). Is there any way to have official sun support for it? (SJS MQ is at 3.6)

JMX APIs

181 byte By kamal.kaur at 2007-11-26 7:54:52
Hi,I would like to know if SunMQ platform/entrprise edition support management/monitoring using JMX. If yes, where can I get more information regarding it?kamal

Failed to install Sunone 7 in Windows XP

526 byte By Ken_Chen at 2007-11-26 7:55:11
Hi,Recall from my memory, I can successfully install/uninstall Sunone 7 & Sunone 8 in my ThinkPad T43 Windows XP SP2 for several times before.However, now after uninstall Sunone 8 and I want to go back to Sunone 7, when I run the setup.exe program, windows just prompts me that it has ...

Question about implementation of Broker Clustering in SJSMQ

1725 byte By j.salvo at 2007-11-26 7:57:34
I was reading Chapter 4 of the Technical Overview of MQ 3.x: http://docs.sun.com/source/819-2574/broker_clusters.htmlHowever, I am still not sure if I understand some things correctly. So here are my questions:*) Assume there are 3 brokers: X,Y,Z*) Assume there are no consumers connected yet.*) ...

Apache 2 + Sun Java 8.1 load balancer connector dies under load

4011 byte By kus at 2007-11-26 7:57:42
Hi,We are testing the apache module "mod_loadbalancer.so" for connecting an apache 2 to a Sun Java 8.1 App Servers running on a different box.When we perform a basic load testing (60 concurrent users) we are experiencing a very high CPU usage: apache's CPU consumption is around 30-40%per ...

IMQ broker running but I get 'Broker: unavailable' (2312)

1090 byte By peter.b at 2007-11-26 7:59:07
I start the App Server, platform edition, which starts up the imqbrokerd on port localhost:7676. Fine. The App Server Admin Console shows it running as a 'JMS Host' , and the Message Queue Admin Console can connect to it and shows it running as a broker.Then I start up my C app, which ...

Does GlassFish have the enterprise features ?

262 byte By j.salvo at 2007-11-26 7:59:19
The Open MessageQueue, which is part of GlassFish, is basically the same as Sun Java MessageQueue Enterprise Edition:https://mq.dev.java.net/Does GlassFish ( the appserver part, not just the MQ part ) have the enterprise features available ?

can Application Server call EJB apart from an application?

230 byte By Message-Driven-Bean at 2007-11-26 7:59:39
hi alli want to know that application server can call ejb without using any application?. because i need to perform some task periodically apart from an application.if possible, tell methanks in advance

Deploy a Project from NetBeans IDE to Sun One Server

362 byte By abdularif at 2007-11-26 8:00:21
I imported a Eclipse based J2EE project into NetBean 5.5 and rebuild the project. Also configured the Sun One server 9.0 with in the IDE and i am able to see it under the Runtime tab of NetBean. But how do i deploy the new application into my Sun one server from Netbean, is there a wizard or a ...

org.apache.jasper.JasperException: useBean: Duplicate Bean

1286 byte By kiss1 at 2007-11-26 8:02:04
I have a jsp the defines a useBean (<jsp:useBean id="cardChoice" class="com.metris.oa.fields.ChooseFieldObject" scope="session" />), which then includes another jsp that also has it defined.I understand this is not exactly proper, however it works when running under oracle app server if, ...

Setting up Object Stores and Connector Factories

1512 byte By j.salvo at 2007-11-26 8:03:15
Using Open MQ 4.0 by itself ( without any other SJES component ).I am a bit confused on setting up the Object Stored and Connection Factories. What I have done so far, via the imqadmin GUI console:1) Setup via the GUI a file-based object ...

Sun Application Server 8.2

454 byte By kvdg at 2007-11-26 8:03:40
When I try to debug my enterprise application in netbeans 5.0, I get the following errormessage: Deploying application in domain failed; Could not rename C:\Sun\AppServer\domains\domain1\applications\j2ee-apps\entityautocomp to ...

Problem Creating Connection Pool to Oracle 10

289 byte By lakabo at 2007-11-26 8:04:30
I am trying to create a Connection pool to an Oracle web server but it keeps giving me this error. DO i have to add the oracle jdbc Jar file to the serverOperation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: oracle.jdbc.OracleDriver

How to set different classpath for individual servers in a Cluster

1291 byte By forum_screen at 2007-11-26 8:05:04
My requirement is how to set different classpath and JVM arguments for individual servers in a Cluster.My configuration includes a Cluster with two hosts, host1 and host2.On host1, I have a nodeagent called host1nodeagent with one server and on host2, I have an another nodeagent called ...

deploy a war file

172 byte By Insighter at 2007-11-26 8:05:07
hi,can some one please guide me through deploying a war file to application server8.1 ,by suggesting perhaps atutorial or link ,thanks inadvance

jwstutorial20 - testing after deploy

3314 byte By ScaryKidsScaringKids at 2007-11-26 8:05:25
i log in to admin.. and go to web service... and then click on hello... and click test... but i get all these errors... redo the steps but still get the same error. I have no idea what is wrong. Can anyone help ?I set the path in build.properties ...

Deploytool terminates: MemoryMappedArchive class missing

3498 byte By jeffathighregard at 2007-11-26 8:06:33
I'm not smart enough to figure this out, but it makes following the J2EE 1.4 tutorial a real pain. When I starte4d deploytool, it puts up ht esplash screen, and starts working, then terminates with the exception below. I apprecaite any pointers you might ...

Sun Directory Server (LDAP) + Sun One Application server configuration

2837 byte By Mirza_92 at 2007-11-26 8:07:50
Hi,I am trying to configure Sun Directory Server (IPlanet) LDAP with SUNOne Application server. I need the step-by-step process for Configuring LDAP. I tried the following steps but they dont seem to work. Moreover, how do I make sure that the authentication is through LDAP. Or even the ...

Error in allocating a connection.

2944 byte By Message-Driven-Bean at 2007-11-26 8:07:55
hii am using netbeans 5.5 to develop. My program contains an session bean which access entity class to put some data in postgresql.while deploying, i got this error eventhough i placed corresponding jar file in domains/domain1/lib/ext. can anyone help me?Internal Exception: ...

Duke's Bank

623 byte By Skyller at 2007-11-26 8:08:00
Hi all! I am download javaeetutorial5 and there is an example - Dukes Bank! I make all under the instruction:default server run sucsessfullyant create-tables -> execute sucsessfullyadding users -> all rightant->sucsessfullyant deploy -> deploy: and cursor blinksant run-> ...