maria pavlova

Greenhorn
+ Follow
since Jan 18, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by maria pavlova

Hi All,

I am using apache Cactus with RSA and cannot get it to work.
When trying to run the ServletTestrunner from browser get the following:

Error 404: SRVE0203E: Servlet [ServletTestRunner]: org.apache.cactus.server.runner.ServletTestRunner was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.

I do have everything required in my server classpath and client classpath

any suggestions appreciated
15 years ago
have you ever solved this??
15 years ago
Hi,
I have rAD7 installed on Wins XP machine, it has been working fine for weeks and now suddenly gives me a popup window JVM terminated . exit code 1
can someone help please?
17 years ago
Hi,
i am having a login problem with the IHS 6.1 administrative server. It does not log on, but keep popping up the login window after you enter passw/id.
Any ideas what's wrong here. (the id and passw were set up during IHS install)
17 years ago
Hi,
We are trying to authenticate our application through IHS 6.1 LDAP.
it gives the pop up login but does not log you on, keeps giving the popup login. this same configuration was working in IHS 3.28. can someone help?
here is our current configuration from httpd.conf:
LoadModule ibm_ldap_module modules/IBMModuleLDAP.dll

<VirtualHost "developtst.btv.ibm.com:80">
Options All
ServerName developtst
UseCanonicalName Off
HostNameLookups Off

<Location /NPP/protect/*>
Allow from all
Order allow,deny
AuthName w3
AuthType basic
order allow,deny
allow from all
Require user
LDAPConfigFile D:\HTTPServer\conf/ldap.prop
DirectoryIndex Login.html
#RewriteEngine on
#RewriteCond %{SERVER_PORT} =80
#RewriteRule ^(.*) http://%{SERVER_NAME}%{REQUEST_URI}
Satisfy all
</Location>
</VirtualHost>
17 years ago
Hi,
We need to secure our application with intranet id/password to login.
I enabled application security in WAS but it did not do anything.
Can someone tell me how to do this?
17 years ago
Hi,
I created a profile for my was 6.1 server in RAD7.0 and starting it as windows service. The services starts up fine and says server1 is open for business. However the was 6.1server that is inside rAD7 keep handing in state
Starting, even though the console says that server has started. consequently, iam not able to run any application inside RAD7. can someone help please?
17 years ago
Hi all,
i am trying to create datasource in rad7 using jdbc db2 universal driver.
i point the driver path to the sqllib/java (db2 v8 installation)
and get the following error:
java.sql.SQLException: [ibm][db2][jcc][1078][11539] Expired JDBC driver. IBM DB2 JDBC Universal Driver Architecture 3.0.251 Test Build expired on 12/30/06 12:00 AM.DSRA0010E: SQL State = null, Error Code = -99,999
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.c.o.a(o.java:134)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.c.p.a(p.java:316)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.c.p.<init>(p.java:306)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.a.b.<init>(b.java:327)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.DB2PooledConnection.<init>(DB2PooledConnection.java:67)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.DB2ConnectionPoolDataSource.getPooledConnectionX(DB2ConnectionPoolDataSource.java:168)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.db2.jcc.DB2ConnectionPoolDataSource.getPooledConnection(DB2ConnectionPoolDataSource.java:138)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:1138)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:1133)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at com.ibm.ws.rsadapter.DSConfigurationHelper.testConnectionForGUI(DSConfigurationHelper.java:2356)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[1/19/07 16:19:22:449 EST] 0000001e SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
17 years ago
Hi, i figured out what to do here. You have to create a profile yourself.
go to windows->preferences->servers->Webpshere chose profile management tool
and create the profile with all the default values
17 years ago
Hi,
i just installed rad 7 and when i try to start WAS server it sits there forever trying to start and the following message appears in the console:
WCMD0002E: Command "startServer.bat" requires a profile. No default profile exists and a profile name was not specified. Ensure that a default profile exists or use the -profileName parameter to specify the name of an existing profile
Can someone tell me what needs to be done here?
thank you
17 years ago
Hi,
i am getting the same error. did you figure out yours? if so please let me know what needed to be done.
thank you
17 years ago