i am using PointBase 5.5 Embedded server . i need to import the existing database (created in MSSQL) to PointBase Database.What should i do?Can u help me anyone?plz..
HiI m using Berkeleydb 4.2.52 with solaris x86 10.My berkeley db directory is /usr/BERKELEYDB.When i run this cmd /usr/BERKELEYDB/build_unix../dist/configure then it shows me the error checking build system type... i386-pc-solaris2.10checking host system type... i386-pc-solaris2.10checking if ...
Hi all,after doing my first steps with Java Studio Creator on my local development machine I was trying to install an application server on my 'offshore' webserver which is running Debian GNU/Linux 3.1 amd64.A simple ./sjsas_pe-9_0-linux.bin doesn't work and hangs at "Deleting temporary ...
341 byte By
Skyller at 2007-11-26 8:09:32
Hi all! Java PetStore -> Build Succsessful/ Web browser: http://localhost:8080->Your server is up and running! http://localhost:8080/petstore -> HTTP Status 404 - -type Status reportmessage description The requested resource () is not available.Why does not ...
Hi all,I tried to deploy my web/enterprise project to the application server. It did not work and after looking at the server console i saw the exceptionhere is the exception below. Please help I am new to Web applications go easy on the jargon.A ...
Hi, I encountered some problem during deploying an ear file into SJSAS PE. This ear file has successfully been deployed into WebLogic Server and works fine. The error message is as follows:Deploying application in domain failed; Error loading deployment descriptors for module [wsgServerRel1_0] ...
73 byte By
SPBP at 2007-11-26 8:12:20
I want to disable cookies in my application server. Can i do that?
hi i am developing one application which in need a stand alone client sends some info to EJB in Application server 9.0. i dont know how to refer this ejb (session bean) in the stand alone client using rmiregistry.if anyone know the solution, share with methanks in ...
420 byte By
H.Wong at 2007-11-26 8:12:48
I cannot start the Application Server 8.2 installed on Windows XP Professional Platform with SP1.When I ran the batch file asadmin start-domain creator,it gave error message:"Domain creator does not exist in c:\program files\Sun\Creator2_1\SunAppServer8\domains. Use different domain name or the ...
21583 byte By
danrak at 2007-11-26 8:13:44
I'm currently attempting to access EJBs, JMS topics and JMS queues from a swing client running on a different machine to the application server (in this case, Sun App Server 9).I have added the following jars to the classpath: appserv-rt.jar, javaee.jar and imqjmsra.jar, as well as generated ...
Hi there, I'm trying to import a cetrificate using certutil. When I execute certutil I get the following error:/certutil: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directoryI know that libssl3.so is present at ...
289 byte By
jeeves at 2007-11-26 8:14:58
Hi,Using the wsdl2java tool I generated the java objects for a rpc/encoded WSDL. The populated object now needs to be serialized to an encoded XML string before I can invoke the operation on the endpoint.How do I serialize the object to an encoded XML string?JK
176 byte By
Ken_IBM at 2007-11-26 8:15:12
Does anybody have a copy of the IPlanet Web Server, Enterprise edition v4.1 for WinNT? I need it to build a developement environment for the company I'm consulting for.
757 byte By
MoonJava at 2007-11-26 8:15:36
Hai,I am new to web services and I am using Sun Java System Application Server PE 8.2. Please anyone help me how to create a web services and web services clients and also give me the step by step procedure( creating directories and compiling) to develop and deploy the web services in Sun Java ...
1263 byte By
tourtech at 2007-11-26 8:16:10
I've noticed what appears to be broken behaviour when usingmod_loadbalancer with Apache 2(.0.58) and SJSAS 8.1UR2 EE patch 09.Apache sits in front of a cluster of appservers, and uses the distributed mod_loadbalancer (lbplugin) to proxy requests to the appservers.One of our applications ...
724 byte By
j.salvo at 2007-11-26 8:16:11
It seems that one cannot auto-create a destination by looking up a JNDI name that is not existing, as it throws a JNDI "Name not found" exception.Queue myQueue = (Queue)ctx.lookup("SampleQueue");The only way to create an auto-created destination is by directly instantiating one of Sun's ...
371 byte By
patmuga at 2007-11-26 8:16:12
I am trying to set up a DB2 datasource on the Sun Application server.I am using db2java.zip as the library with the drivers. I get the following error message when I test:"Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: Class name is wrong or ...
566 byte By
vok at 2007-11-26 8:16:39
HelloAs I see it one of the biggest tasks in setting up SJSAS is configuring database connection pools. This would not be such a big task if the admin console came up with a default list of properties that matches those we use. The temptation is to go copying and pasting sections of the file ...
978 byte By
j.salvo at 2007-11-26 8:17:45
Assume for the moment that I have configured the brokers for clustering using a common cluster configuration file.Since there is really no "cluster IP and port" for the clustered brokers, at the moment, I assume that for the clients to be able to connect to the clustered brokers, they simply ...
493 byte By
chungste at 2007-11-26 8:19:10
How do I change the password for the admin user (the user to login to the Web Admin GUI) without having to delete and recreate the domain?I am using Sun Java System Application Server Platform Edition 8.1_02.I have seen the change-master-password command in asadmin, but cannot find another ...
334 byte By
anandms5 at 2007-11-26 8:19:22
Hi-How can we get the list of server(sun app server) ports programatically? in JRun we have some thing like this -JRunAdminService jrunAdmin = new JRunAdminService();int[] myPorts = jrunAdmin.listServerPortsUsed(JRun.getServerName());Any help would be greately ...
797 byte By
j.salvo at 2007-11-26 8:19:52
I wanted MQ to auto-startup during boot with the JVM arguments that I wanted. So I added the following line to imqenv.conf:ARGS=-vmargs -Xms384m -vmargs -Xmx512m -vmargs -XX:+UseParallelGCHowever, lib/imqinit ( which is called bin/imqbrokerd and imqcmd ) by will shown an error like this:# sh ...
I have SJSAS EE 9 installed on RHEL 4. after installation i have migrated all web-apps from tomcat to SJSAS. HTTP port is 45925 and HTTPS 8181. how ever all the apps run fine on both ports for 24 hours. After that apps are running only on 45925. I am unable to open apps on HTTPS port. i checked ...
195 byte By
SPBP at 2007-11-26 8:21:59
Hi,I am having one requirement to create a domain without using root user in sunone application server 8.1. Does any body know the solution?Message was edited by: SPBP
930 byte By
j.salvo at 2007-11-26 8:22:02
When consuming messages from a queue ( via the MessageConsumer.receive() method ), I would like to rollback the JMS transaction if a specific date that I am expecting from a database is not yet available.I have no control of when the data that I am expecting for the specified JMS mesage will ...
2198 byte By
Kurea at 2007-11-26 8:22:30
Hello,I'm currently learning how to use JAX-WS. I made a little application myself but when Deploying (during the deploy command), i get this error:Error while running ejbc -- Fatal Error from EJB Compiler -- nullIt appends in the finest log just after ejbc.start_jaxrpc_generationI use java ...
We have an urgent requirement for Forte 4GL professional with our client: No of positions: 7position Name: (1) Lead Forte 4GL (1 position) - Exp 5 to 8 years(2) Forte 4GL Developer (6 positions) - Exp 2 to 5 years Location: Hyderabad Requirement:* 2 plus years of experience with expert skills ...
Hi,I'm experiencing a pretty weird situation accesing to a JMS queue. I have two messages in a queue (let's say they have IDs A and B). For each step I describe below, I use a Session.CLIENT_ACKNOWLEDGE but I don't acknowledge after read them (I want them to stay in the queue).1. List the ...
170 byte By
Enjay1 at 2007-11-26 8:25:05
Hi,I'm preparing to upgrade my hardware and the new servers come with Win2k. Would I be able to install iPlanet Application Server on Win2k3?Regards
hi,am trying to remotly deploy an application to a sunAppserver 8.1 , when i go to the admin consol of the remote server to launch my application i get a window saying:-Web Application Links If the server or listener is not running, the link may not work. In this event, check the status of the ...
1445 byte By
apant at 2007-11-26 8:25:48
Hi, I'm running Sun Java System Application 8.1 and get ClassCastException on connection when create ArrayDescriptor.createDescriptor(arrayTypeName, conn );ConnectionPool setup: Datasource Classname: oracle.jdbc.pool.OracleDataSourceResource Type: ...
I believe this is a problem with security certificate settings. Pls help!--Quick outline of what I am trying to do.situation/1. there are 2 system: devbox, and prodbox.2. both system running SJSAS 73. I tried to list remote SJAS instances using asadmin.4. the remote box has security ...
Hi ,I installed Oracle 9i and i am facing the problem with Tomcat when i typed http://local:8080 in browser it is asking for enter Windows login id and password under the realm "XDB" for three to four times. And finally, a page with the words "Unauthorized" comes-up.How can i fix this ...
1554 byte By
tourtech at 2007-11-26 8:26:15
Just wondering if anybody else has seen the error "Invalid session key" when failover in an EE cluster takes place.I've got an EE app running on a 2-pair cluster, behind Apache with mod_loadbalancer. The app has been enabled for high availability in both the console, and in all the descriptor ...
hello; i am using jdk 1.5 with eclipse-3.1 and myeclipse-4.0,my previous environment was jdk-1.4with eclipse-3.0 and myeclipse-3.8 i developed ejb on old environment.now if i make changes in ejb in new environment and deployed it on jboss it gives exception like below:17:41:33,621 WARN ...
Hi,will there be a 8.2 Enterprise Edition? Cannot see any mention of it.ThanksRakesh
helloI have Sun imq 3.0.1 sp1 installed and I am now having some problems. the imqbrokerd starts up ok, but if I or my client application attempts to connect to it, I get the following error:[C4060]: Login failed.Please check your username and/or password.now I know i'm using the proper ...
1385 byte By
j.salvo at 2007-11-26 8:27:33
MQ 4.0I have a cluster of 3 brokers. Java clients use RANDOMIZE to connect to the cluster of brokers. Message selectors are not used. My consumers are all synchronous, and connection.start() is called prior to calling MessageConsumer.receive().What I have seen on random occassions are messages ...
Hi all!After having a quite good start with SJSAS with only a few problems, now I'm trying to use a connection pool from the AS. So far, I'm using PostgreSQL and I installed an appropriate driver and added it's path to the AS.Classpath Suffix: /srv/postgresql-8.1-407.jdbc3.jarJVM Options: ...
412 byte By
GeorgeC at 2007-11-26 8:27:59
Hi,i seem to have uncovered a problem with JSPs in Appserver 8.1 EE.I created 2 seperate JSPs, one just displays a list of '1's and the other displays a list of '2's.Now using 2 browsers, each linked to one of the JSPs, continously press refresh.I have seen one browser show details from the ...
964 byte By
Elessar at 2007-11-26 8:28:51
Hi, it is possible to share the same session between web modules or applications?... for example, i have developed a tiny code where it shows your current id session:HttpSession S=(HttpSession)getExternalContext().getSession(true);lblSession.SetText(S.getId());nothing fancy about it.So this web ...
5904 byte By
j.salvo at 2007-11-26 8:28:59
What does this mean ?[04/Jul/2006:12:59:23 EST] WARNING [B2117]: Message acknowledgement failedackStatus = NOT_FOUND(404)Reason = Notfound: 1 156683-10.0.21.1(9b:7b:9b:30:b1:4f)-34415-1151980622090 [consumer:7412938419040808192, type=NONE]AckType = 3MessageBrokerSession = ...
882 byte By
j.salvo at 2007-11-26 8:29:15
I was browsing the DMQ of one of the brokers. Some of the dead message have "expired before arrival".What does that mean ? JMS MessageID: ID:18243-10.0.21.1(f4:d6:99:7c:3:85)-55316-1151999316517 Redelivered: falseJMS_SUN_DMQ_UNDELIVERED_COMMENT: [B0065]: Message on destination ...
Hi AllI have two box ,box A and box B.On both box sun access manager ,directory server ,message queue and Berkeley database are running.When i start boker by this command./imqbrokerd -cluster -a machine1:7676,machine2:7676or./imqbrokerd -cluster -a machine1,machine2:7676 then it gives ...
208 byte By
j.salvo at 2007-11-26 8:29:23
MQ 4.0The same selector on a browser on the DMQ ( mq.sys.dmq ) works, but does not work on a synchronous consumer using receive( 10000 ). The receive method always return null.Any ideas ?
168 byte By
Shrinath at 2007-11-26 8:29:29
Hi i have1> sql server 20002> jdbc driver of microsoft with sp3ai want to use windows authentication can any one help me
165 byte By
tolunike at 2007-11-26 8:29:56
I couldnt start Appserver 8.1 due to LoginException, Authentication failed; even after supplying correct user parameters. Could anyone help me please? Thanks.
509 byte By
jtp512 at 2007-11-26 8:30:20
Environment:Sun Java System Application Server 8.2SunOS 5.8 Generic_117350-27 sun4u sparc SUNW,UltraAX-MPIssue:When I run a JSF application, the initial run takes an average of 30 seconds to start-up.Is this normal?I've been hunting through the Sun Java System Application Server - Performance ...
3668 byte By
j.salvo at 2007-11-26 8:30:38
cluster of 3 brokers.ALl 3 brokers have lots of " Waiting for MESSAGE_ACK_REPLY ".On a broker on mig-linux:[06/Jul/2006:06:05:41 EST] [B1174]: Waiting for MESSAGE_ACK_REPLY fromsydsfg621/10.0.21.17:7676 (imqbroker, mq://10.0.21.17:7676/, [7845002528180574976])[06/Jul/2006:06:05:41 EST] [B1174]: ...
Hi,when i deploy the ear file by admin GUI, it show below errorAn error has occurred.Deploying application in domain failed; Error loading deployment descriptors for PROJECT -- This web app has no ejb reference by the name of CodeTable ; requested operation cannot be completed Error loading ...