Portal Server 7.2 on Windows XP,  fail to run "setup.bat" command, plz help

Hi all,
I want to install Java System Portal Server 7.2 on Windows.
I hava unzip the file to C:/ drive.
but when I run the command "setup.bat", it returned failure " Webcontainer Ports are unavailable"
Here is the error message:
Buildfile: C:\PS7.2\share\psrepo\auto\ant\Migrate-Host.xml
init:
set-wc-props:
setprops:
change:
init:
set-wc-props:
setprops:
validate-platform:
[echo] Using [localhost] as the FQDN Hostname
[input] Continue? : (y, [n])
y
[echo] Checking for Port conflicts
init:
set-wc-props:
checkports:
init:
set-wc-props:
check-wc-port:
[echo] Checking Webcontainer Port Conflicts...
[echo] Ports: 8080 / 8181
[echo] Ports: 3700 / 4848
BUILD FAILED
C:\PS7.2\share\psrepo\auto\ant\Migrate-Host.xml:56: The following error occurred
while executing this line:
C:\PS7.2\share\psrepo\auto\ant\Env.xml:216: The following error occurred while e
xecuting this line:
C:\PS7.2\share\psrepo\auto\ant\Env.xml:171: Webcontainer Ports are unavailable
did i do anything wrong?
plz help! Thx!

Please try the following:
1] C:\PS7.2\bin\stopportal.bat
2] Remove C:\PS7.2
3] Unzip from the downloaded zip file at C:\PS7.2
4] Edit C:\PS7.2\share\psrepo\auto\ant\Migrate-Host.xml and comment out the antcall for target checkports. Diff shown below
5] Turn off any Firewalls
6] Execute C:\PS7.2\bin\setup.bat
7] Report any issue you might have observed. This will help me help you further.
Index: Migrate-Host.xml
===================================================================
--- Migrate-Host.xml     (revision 2806)
+++ Migrate-Host.xml     (working copy)
@@ -53,7 +53,7 @@
         <record name="${ps.data.location}/logs/setup.log" action="start"/>
         <!-- Check for port conflicts before setting up -->
         <echo message="Checking for Port conflicts"/>
-        <antcall target="checkports"/>
+        <!-- <antcall target="checkports"/> -->
         <!-- Update the pattens file which is used to token replace strings -->
         <replace file="${backup.location}/patterns" token="@@NEWHOSTFQDN@@" value="${hostname.domain}"/>
         <replace file="${backup.location}/patterns" token="@@NEWHOSTDOMAIN@@" value="${domain}"/>thanks,
_raju                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Installing Portal Server 7.1 on Windows XP

    I installed Portal Server 7.1 for Windows, via the Sun Java Application Platform Suite Installer. The installer was super clean and very easy--practically idiot-proof. It is substantially easier to install than the SPARC version.
    However, during installation and configuration--done via the GUI--the Portal Server configuration failed. After performing all the necessary post-intallation tasks, I discovered that CACAO will not start. When I attempt to start CACAO, I get the following:
    "Cannot start an unconfigured instance. "
    --(This is a doc defect. The doc should tell me to configure before starting)
    After attempting to configure, by following the instructions, I get the following error:
    "Error handling error: 1722, LookupAccountName at <cacao-base>\cacao_2\\configure.pl line 120."
    Is this a bug or is this yet another documentation defect? Anyone experience this during a Windows installation?

    Hi,
    I'm also trying to install Portal Server 7.1 and configure the same , getting the same error
    ---------------- "Cannot start an unconfigured instance."
    I went to the cacao log location "C:\Program Files\Sun\JavaES5\share\cacao_2\var\cacao\instances\default\logs" to find out the errors but could not find any log files there.
    But when i went to the AM log location "C:\Program Files\Sun\JavaES5\identity\debug" . I found three files namely,
    amEventService
    amSDK
    CCPPClientDetector
    there contents are as follows,
    In amEventService
    03/13/2007 06:07:23:380 PM IST: Thread[EventService,5,main]
    03/13/2007 06:07:23:380 PM IST: Thread[EventService,5,main]
    rminating! Persistent Searches will no longer be operational.
    03/13/2007 06:07:23:380 PM IST: Thread[EventService,5,main]
    ERROR: EventService.run() - Monitor thread is terminating! Persistent Searches will no longer be operational.
    In amSDK
    03/13/2007 06:07:23:365 PM IST: Thread[EventService,5,main]
    ERROR: Connection to LDAP server threw exception:
    netscape.ldap.LDAPException: failed to connect to server ldap://w2gzw3vm01.apac.corp.eds.com:1389 (91); Cannot connect to the LDAP server
    at netscape.ldap.LDAPConnSetupMgr.connectServer(LDAPConnSetupMgr.java:517)
    at netscape.ldap.LDAPConnSetupMgr.openSerial(LDAPConnSetupMgr.java:437)
    at netscape.ldap.LDAPConnSetupMgr.connect(LDAPConnSetupMgr.java:276)
    at netscape.ldap.LDAPConnSetupMgr.openConnection(LDAPConnSetupMgr.java:201)
    at netscape.ldap.LDAPConnThread.connect(LDAPConnThread.java:109)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1081)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:952)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:903)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1050)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1060)
    at netscape.ldap.LDAPConnection.connect(LDAPConnection.java:1005)
    at com.iplanet.services.ldap.DSConfigMgr.getConnection(DSConfigMgr.java:387)
    at com.iplanet.services.ldap.DSConfigMgr.getNewFailoverConnection(DSConfigMgr.java :354)
    at com.iplanet.services.ldap.DSConfigMgr.getNewConnection(DSConfigMgr.java:283)
    at com.iplanet.services.ldap.DSConfigMgr.getNewAdminConnection(DSConfigMgr.java:24 0)
    at com.iplanet.services.ldap.event.EventService.addListener(EventService.java:351)
    at com.iplanet.services.ldap.event.EventService.resetAllSearches(EventService.java :673)
    at com.iplanet.services.ldap.event.EventService.run(EventService.java:515)
    at java.lang.Thread.run(Thread.java:595)
    and In CCPPClientDetector
    03/13/2007 05:48:23:565 PM IST: Thread[main,5,main]
    03/13/2007 05:48:23:565 PM IST: Thread[main,5,main]
    ERROR: Could not get 'fediConfigRoot' from properties file:
    03/13/2007 05:50:04:205 PM IST: Thread[main,5,main]
    03/13/2007 05:50:04:190 PM IST: Thread[main,5,main]
    ERROR: Could not get 'fediConfigRoot' from properties file:
    03/13/2007 05:50:37:643 PM IST: Thread[main,5,main]
    03/13/2007 05:50:37:643 PM IST: Thread[main,5,main]
    ERROR: Could not get 'fediConfigRoot' from properties file:
    03/13/2007 05:51:13:377 PM IST: Thread[main,5,main]
    03/13/2007 05:51:13:377 PM IST: Thread[main,5,main]
    ERROR: Could not get 'fediConfigRoot' from properties file:
    any ideas on what I'm missing ?
    Thanks in Advance,
    Vinayagan

  • TS1843 i am using iphone 4 ios 6.1.3, after hotmail imap setup, error showing "CANNOT GET MAIL" tHE CONNECTION TO THE SERVER FAILED. its happening since 14 aug. plz help !

    i am using iphone 4 ios 6.1.3, after hotmail imap setup, error showing "CANNOT GET MAIL" tHE CONNECTION TO THE SERVER FAILED. its happening since 14 aug. plz help !

    I have trouble with sending e-mail and syncing e-mail. Try changing to 1 day sync under settings. It's sluggish but it works for me until they resolve the issue. MS claims all is normal. If you still have a problem you should report it here: https://status.live.com/report/hotmail

  • Error in running sun portal server 7.2 on windows platform

    I have downloaded portal-7.2-windows-x86.zip
    Extract it at C:\
    Run C:\PS7.2\setup.bat
    Opened: http://localhost:8080/portal/dt
    The following error was displayed:
    type Exception report
    message description
    The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: PWC1391: Servlet.init() for servlet desktopServlet threw exception
    root cause
    com.sun.portal.desktop.context.ContextError: PSDesktopContextFactory.getDesktopAppContext():
    root cause
    java.lang.NoClassDefFoundError: Could not initialize class com.sun.identity.sm.SMSEntry
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1_01 logs.When i opened the http://localhost:8080/psconsole
    and Logged in as amadmin/password
    an error was displayed
    Authentication Failed
    Please reenter username and password
    How to solve this problem?

    Here is server.log
    Jul 27, 2008 8:55:04 AM com.sun.enterprise.admin.servermgmt.launch.ASLauncher buildCommand
    INFO:
    C:/PS7.2/java/jdk1.6\bin\java
    -Dcom.sun.aas.instanceRoot=C:/PS7.2/appserver/domains/domain1
    -DLOG_COMPATMODE=Off
    -Dcom.iplanet.am.serverMode=true
    -Dcom.sun.aas.ClassPathPrefix=C:/PS7.2/appserver/lib/jsf-api.jar;C:/PS7.2/share/lib/sax.jar;C:/PS7.2/share/lib/dom.jar;C:/PS7.2/share/lib/saaj-api.jar;C:/PS7.2/share/lib/saaj-impl.jar;C:/PS7.2/share/lib/commons-logging.jar;
    -Dcom.sun.aas.ClassPathSuffix=;C:/PS7.2/share/lib/ldapjdk.jar;C:/PS7.2/share/lib/jss4.jar;C:/PS7.2/share/lib/xmlsec.jar;C:/PS7.2/share/lib/xalan.jar;C:/PS7.2/share/lib/dom.jar;C:/PS7.2/share/lib/saaj-api.jar;C:/PS7.2/share/lib/jaxrpc-api.jar;C:/PS7.2/share/lib/jaxrpc-impl.jar;C:/PS7.2/share/lib/jaxrpc-spi.jar;C:/PS7.2/share/lib/saaj-impl.jar;C:/PS7.2/share/lib/mail.jar;C:/PS7.2/share/lib/activation.jar;C:/PS7.2/share/lib/xsdlib.jar;C:/PS7.2/share/lib/jaxb-api.jar;C:/PS7.2/share/lib/jaxb-impl.jar;C:/PS7.2/share/lib/jaxb-libs.jar;C:/PS7.2/share/lib/jaxb-xjc.jar;C:/PS7.2/share/lib/relaxngDatatype.jar;C:/PS7.2/share/lib/jdmkrt.jar;C:/PS7.2/share/lib/jmxremote.jar;C:/PS7.2/share/lib/jmx.jar;C:/PS7.2/share/lib/jaxp-api.jar;C:/PS7.2/share/lib/sax.jar;C:/PS7.2/share/mfwk/lib/xercesImpl.jar;C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar;C:/PS7.2/identity/lib/am_sdk.jar;C:/PS7.2/identity/lib/am_services.jar;C:/PS7.2/identity/lib/am_sso_provider.jar;C:/PS7.2/identity/lib/am_logging.jar;C:/PS7.2/identity/lib/amclientsdk.jar;C:/PS7.2/identity/lib/jaas.jar;C:/PS7.2/identity/lib/swec.jar;C:/PS7.2/identity/lib/acmecrypt.jar;C:/PS7.2/identity/lib/iaik_ssl.jar;C:/PS7.2/identity/lib/iaik_jce_full.jar;C:/PS7.2/identity/lib/jax-qname.jar;C:/PS7.2/identity/lib/namespace.jar;C:/PS7.2/share/MobileAccess/lib/wireless_rendering.jar;C:/PS7.2/share/MobileAccess/lib/wireless_rendering_util.jar;C:/PS7.2/share/MobileAccess/lib/mobile_services.jar;C:/PS7.2/share/MobileAccess/lib/ccpp-1_0.jar;C:/PS7.2/share/MobileAccess/lib/ccpp-ri-1_0.jar;C:/PS7.2/share/MobileAccess/lib/jena-1.4.0.jar;C:/PS7.2/share/MobileAccess/lib/rdffilter.jar;C:/PS7.2/identity/lib/mobile_identity.jar;C:/PS7.2/identity/config;C:/PS7.2/identity/locale;C:/PS7.2/share/lib/;C:/PS7.2/identity/lib/;;C:/PS7.2/portal/lib/db.jar;;C:/PS7.2/portal/config;C:/PS7.2/portal/lib;C:/PS7.2/portal/lib/communitymc.jar;C:/PS7.2/portal/lib/jpox.jar;C:/PS7.2/portal/lib/jdo2.jar;C:/PS7.2/portal/lib/ps_util.jar;C:/PS7.2/portal/lib/pslogcommon.jar;C:/PS7.2/portal/lib/ubt.jar;C:/PS7.2/portal/lib/portletinterceptor.jar;C:/PS7.2/portal/lib/jdom.jar;C:/PS7.2/portal/lib/container.jar;C:/PS7.2/portal/lib/portlet20.jar;C:/PS7.2/portal/lib/java-portlet-container.jar;C:/PS7.2/portal/lib/portletserviceprovision.jar;C:/PS7.2/portal/lib/communitymgmnt-api.jar;C:/PS7.2/portal/lib/communityadmin.jar;C:/PS7.2/portal/lib/ssoadapter.jar;C:/PS7.2/portal/lib/psamsdk.jar;C:/PS7.2/portal/lib/log4j.jar;C:/PS7.2/portal/lib/credentialvault.jar;C:/PS7.2/appserver/javadb/lib/derbyclient.jar;C:/PS7.2/portal/lib/defaulttheme.jar;C:/PS7.2/share/cacao_2/lib/cacao_cacao.jar;C:/PS7.2/share/cacao_2/share/lib/cacao_cacao.jar;jesmf.lib.location/mfwk_instrum_tk.jar;C:/PS7.2/portal/lib/saw-api.jar;C:/PS7.2/portal/lib/mirage-api.jar;C:/PS7.2/portal/lib/mirage-jcr-impl.jar;C:/PS7.2/portal/lib/jcr.jar;C:/PS7.2/portal/lib/freemarker.jar;
    -Dcom.sun.aas.ServerClassPath=
    -Dcom.sun.aas.classloader.appserverChainJars.ee=
    -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,j2ee-svc.jar
    -Dcom.sun.aas.classloader.excludesList=admin-cli.jar,appserv-upgrade.jar,sun-appserv-ant.jar
    -Dcom.sun.aas.classloader.optionalOverrideableChain.ee=
    -Dcom.sun.aas.classloader.optionalOverrideableChain=webservices-rt.jar,webservices-tools.jar
    -Dcom.sun.aas.classloader.serverClassPath.ee=/lib/hadbjdbc4.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,/lib/dbstate.jar,/lib/hadbm.jar,/lib/hadbmgt.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.serverClassPath=C:/PS7.2/appserver/lib/install/applications/jmsra/imqjmsra.jar,C:/PS7.2/appserver/imq/lib/jaxm-api.jar,C:/PS7.2/appserver/imq/lib/fscontext.jar,C:/PS7.2/appserver/imq/lib/imqbroker.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/lib/ant/lib/ant.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar
    -Dcom.sun.aas.classloader.sharedChainJars.ee=appserv-se.jar,appserv-ee.jar,jesmf-plugin.jar,/lib/dbstate.jar,/lib/hadbjdbc4.jar,jgroups-all.jar,/lib/mfwk_instrum_tk.jar
    -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/PS7.2/java/jdk1.6/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,com-sun-commons-launcher.jar,com-sun-commons-logging.jar,C:/PS7.2/appserver/imq/lib/jaxm-api.jar,C:/PS7.2/appserver/imq/lib/fscontext.jar,C:/PS7.2/appserver/imq/lib/imqbroker.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/imq/lib/imqxm.jar,webservices-rt.jar,webservices-tools.jar,mail.jar,appserv-jstl.jar,jmxremote_optional.jar,C:/PS7.2/appserver/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,activation.jar,appserv-rt.jar,appserv-admin.jar,appserv-cmp.jar,C:/PS7.2/appserver/updatecenter/lib/updatecenter.jar,C:/PS7.2/appserver/jbi/lib/jbi.jar,C:/PS7.2/appserver/imq/lib/imqjmx.jar,C:/PS7.2/appserver/lib/ant/lib/ant.jar,dbschema.jar
    -Dcom.sun.aas.configName=server-config
    -Dcom.sun.aas.configRoot=C:/PS7.2/appserver/config
    -Dcom.sun.aas.defaultLogFile=C:/PS7.2/appserver/domains/domain1/logs/server.log
    -Dcom.sun.aas.domainName=domain1
    -Dcom.sun.aas.installRoot=C:/PS7.2/appserver
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -Dcom.sun.aas.promptForIdentity=true
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.help,javax.portlet
    -Dcom.sun.enterprise.server.ss.ASQuickStartup=false
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Dcom.sun.portal.instance.id=psinstance
    -Dcom.sun.portal.log.config.file=C:/PS7.2/portal/data/portals/portal1/config/PSLogConfig.properties
    -Dcom.sun.portal.portal.id=portal1
    -Dcom.sun.updatecenter.home=C:/PS7.2/appserver/updatecenter
    -Ddomain.name=domain1
    -Djava.awt.headless=true
    -Djava.endorsed.dirs=C:/PS7.2/appserver/lib/endorsed
    -Djava.ext.dirs=C:/PS7.2/java/jdk1.6/lib/ext;C:/PS7.2/java/jdk1.6/jre/lib/ext;C:/PS7.2/appserver/domains/domain1/lib/ext;C:/PS7.2/appserver/javadb/lib
    -Djava.library.path=C:\PS7.2\share\lib;C:\PS7.2\appserver\lib;.;C:/PS7.2/portal/lib;C:\PS7.2\appserver\bin;C:\PS7.2\portal\lib;C:\PS7.2\share\lib
    -Djava.protocol.handler.pkgs=com.iplanet.services.comm
    -Djava.security.auth.login.config=C:/PS7.2/appserver/domains/domain1/config/login.conf
    -Djava.security.policy=C:/PS7.2/appserver/domains/domain1/config/server.policy.disable
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Djavax.net.ssl.keyStore=C:/PS7.2/appserver/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/PS7.2/appserver/domains/domain1/config/cacerts.jks
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djmx.invoke.getters=true
    -Dorg.jackrabbit.useDataStore=false
    -Ds1is.java.util.logging.config.class=com.sun.identity.log.s1is.LogConfigReader
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -server
    -XX:+UnlockDiagnosticVMOptions
    -XX:MaxPermSize=192m
    -Xmx512m
    -XX:NewRatio=2
    -Xms512m
    -Xss128k
    -XX:NewSize=168M
    -XX:MaxNewSize=168M
    -XX:PermSize=192M
    -XX:MaxPermSize=192M
    -XX:+DisableExplicitGC
    -XX:SoftRefLRUPolicyMSPerMB=0
    -XX:+PrintGCTimeStamps
    -XX:+PrintHeapAtGC
    -XX:+PrintClassHistogram
    -Xloggc:C:/PS7.2/appserver/domains/domain1/logs/gc.log
    -XX:+LogVMOutput
    -XX:LogFile=C:/PS7.2/appserver/domains/domain1/logs/jvm.log
    -cp
    C:/PS7.2/appserver/lib/jhall.jar;C:\PS7.2\appserver\lib\appserv-launch.jar;C:/PS7.2/share/MobileAccess/config
    com.sun.enterprise.server.PELaunch
    start
    [#|2008-07-27T08:55:10.154+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Starting Sun Java System Application Server 9.1_01 (build b09d-fcs) ...|#]
    [#|2008-07-27T08:55:11.338+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=11;_ThreadName=pool-1-thread-2;com.sun.enterprise.interceptor.DynamicInterceptor;|MBeanServer started: com.sun.enterprise.interceptor.DynamicInterceptor|#]
    [#|2008-07-27T08:55:12.614+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;Java HotSpot(TM) Server VM;1.6.0_10-ea;Sun Microsystems Inc.;|CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.6.0_10-ea] from [Sun Microsystems Inc.]|#]
    [#|2008-07-27T08:55:12.952+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=12;_ThreadName=pool-1-thread-4;|SEC1002: Security Manager is OFF.|#]
    [#|2008-07-27T08:55:13.013+0200|INFO|sun-appserver9.1|javax.enterprise.resource.jms|_ThreadID=13;_ThreadName=pool-1-thread-7;|Using MQ RA for Broker lifecycle control|#]
    [#|2008-07-27T08:55:21.469+0200|INFO|sun-appserver9.1|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|C:/PS7.2/appserver/domains/domain1/config/.__com_sun_appserv_pid|#]
    [#|2008-07-27T08:55:23.007+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM0001:SunoneInterceptor is now enabled|#]
    [#|2008-07-27T08:55:23.698+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.security|_ThreadID=10;_ThreadName=main;com.sun.enterprise.security.provider.PolicyWrapper;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2008-07-27T08:55:25.297+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;server;|WEB0114: SSO is disabled in virtual server [server]|#]
    [#|2008-07-27T08:55:25.328+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;__asadmin;|WEB0114: SSO is disabled in virtual server [__asadmin]|#]
    [#|2008-07-27T08:55:28.680+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=10;_ThreadName=main;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:31.247+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.transaction|_ThreadID=10;_ThreadName=main;3700;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]
    [#|2008-07-27T08:55:32.231+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=10;_ThreadName=main;|ADM1079: Initialization of AMX MBeans started|#]
    [#|2008-07-27T08:55:33.753+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=Thread-15;service:jmx:rmi:///jndi/rmi://M_FAROUK.unitedofoq.com:8686/jmxrmi;|ADM1504: Here is the JMXServiceURL for the Standard JMXConnectorServer: [service:jmx:rmi:///jndi/rmi://M_FAROUK.unitedofoq.com:8686/jmxrmi].  This is where the remote administrative clients should connect using the standard JMX connectors|#]
    [#|2008-07-27T08:55:33.753+0200|INFO|sun-appserver9.1|javax.enterprise.system.tools.admin|_ThreadID=14;_ThreadName=Thread-15;true;|ADM1506: Status of Standard JMX Connector: Active = [true]|#]
    [#|2008-07-27T08:55:34.983+0200|INFO|sun-appserver9.1|javax.enterprise.resource.resourceadapter|_ThreadID=10;_ThreadName=main;|JMS Service Connection URL is :mq://ps-engpc2:7676/|#]
    [#|2008-07-27T08:55:35.075+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...|#]
    [#|2008-07-27T08:55:36.428+0200|INFO|sun-appserver9.1|com.sun.mfwk.Mfwk MfConfig|_ThreadID=10;_ThreadName=main;|url: jar:file:/C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar!/com/sun/mfwk/config/MfConfig.class|#]
    [#|2008-07-27T08:55:36.428+0200|INFO|sun-appserver9.1|com.sun.mfwk.Mfwk MfConfig|_ThreadID=10;_ThreadName=main;|url: jar:file:/C:/PS7.2/share/mfwk/lib/mfwk_instrum_tk.jar!/com/sun/mfwk/config/MfConfig.class|#]
    [#|2008-07-27T08:55:36.443+0200|INFO|sun-appserver9.1|com.sun.mfwk|_ThreadID=10;_ThreadName=main;|LogFile is: C:/PS7.2/share/mfwk/logs\instrum.%g|#]
    [#|2008-07-27T08:55:38.688+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_EB1101: EMBEDDED broker started with code =0|#]
    [#|2008-07-27T08:55:38.703+0200|INFO|sun-appserver9.1|javax.resourceadapter.mqjmsra.lifecycle|_ThreadID=10;_ThreadName=main;|MQJMSRA_RA1101: SJSMQ JMSRA Started:DIRECT|#]
    [#|2008-07-27T08:55:41.763+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
    [#|2008-07-27T08:55:41.778+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=13;_ThreadName=pool-1-thread-7;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:41.778+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory checking if SFSBVersionPolicy need to be added|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=13;_ThreadName=pool-1-thread-7;|EJBSCLookup:: sc.getEjbContainerAvailabilityEnabledFromConfig() ==> false|#]
    [#|2008-07-27T08:55:41.794+0200|INFO|sun-appserver9.1|javax.enterprise.resource.corba|_ThreadID=13;_ThreadName=pool-1-thread-7;|POARemoteRefFactory addSFSBVersionPolicy? false|#]
    [#|2008-07-27T08:55:43.131+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=13;_ThreadName=pool-1-thread-7;MEjbApp;|LDR5010: All ejb(s) of [MEjbApp] loaded successfully!|#]
    [#|2008-07-27T08:55:44.346+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=16;_ThreadName=pool-1-thread-3;jdbc/__TimerPool;|EJB5109:EJB Timer Service started successfully for datasource [jdbc/__TimerPool]|#]
    [#|2008-07-27T08:55:44.346+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.classloading|_ThreadID=16;_ThreadName=pool-1-thread-3;__ejb_container_timer_app;|LDR5010: All ejb(s) of [__ejb_container_timer_app] loaded successfully!|#]
    [#|2008-07-27T08:55:44.961+0200|INFO|sun-appserver9.1|com.sun.jbi.framework|_ThreadID=16;_ThreadName=pool-1-thread-3;|JBIFW0010: JBI framework ready to accept requests.|#]
    [#|2008-07-27T08:55:46.437+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;|WEB0302: Starting Sun-Java-System/Application-Server.|#]
    [#|2008-07-27T08:55:48.804+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8080;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080|#]
    [#|2008-07-27T08:55:49.189+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;8181;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181|#]
    [#|2008-07-27T08:55:49.265+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;4848;|WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848|#]
    [#|2008-07-27T08:55:53.160+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/psconsole;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/psconsole'|#]
    [#|2008-07-27T08:56:06.550+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/surveys;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/surveys'|#]
    [#|2008-07-27T08:56:06.721+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=16;_ThreadName=pool-1-thread-3;|WSSERVLET12: JAX-WS context listener initializing|#]
    [#|2008-07-27T08:56:18.279+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=pool-1-thread-9;/portal;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/portal'|#]
    [#|2008-07-27T08:56:21.200+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WebModule[/amserver]StandardWrapper.Throwable
    java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
         at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
         at com.iplanet.services.util.JSSEncryption.<clinit>(JSSEncryption.java:250)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.iplanet.services.util.Crypt.createInstance(Crypt.java:133)
         at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:103)
         at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)
         at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.java:128)
         at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceAction.java:92)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:82)
         at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:169)
         at com.sun.identity.sm.ServiceManager.<clinit>(ServiceManager.java:74)
         at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:247)
         at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:507)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1178)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1007)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4808)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:21.215+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WebModule[/amserver]PWC1396: Servlet /amserver threw load() exception
    java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1030)
         at org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
         at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
         at com.iplanet.services.util.JSSEncryption.<clinit>(JSSEncryption.java:250)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at com.iplanet.services.util.Crypt.createInstance(Crypt.java:133)
         at com.iplanet.services.util.Crypt.<clinit>(Crypt.java:103)
         at com.iplanet.services.ldap.LDAPUser.getPasswd(LDAPUser.java:117)
         at com.iplanet.services.ldap.ServerInstance.getPasswd(ServerInstance.java:128)
         at com.sun.identity.security.ServerInstanceAction.run(ServerInstanceAction.java:92)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.iplanet.am.util.AdminUtils.<clinit>(AdminUtils.java:82)
         at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:169)
         at com.sun.identity.sm.ServiceManager.<clinit>(ServiceManager.java:74)
         at com.sun.identity.authentication.service.AuthD.<init>(AuthD.java:247)
         at com.sun.identity.authentication.service.AuthD.getAuth(AuthD.java:507)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.initializeAuth(LoginLogoutMapping.java:89)
         at com.sun.identity.authentication.UI.LoginLogoutMapping.init(LoginLogoutMapping.java:74)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1178)
         at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1007)
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4808)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:23.266+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.servlet.http|_ThreadID=16;_ThreadName=pool-1-thread-3;|WSSERVLET14: JAX-WS servlet initializing|#]
    [#|2008-07-27T08:56:23.328+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.server.http|_ThreadID=17;_ThreadName=pool-1-thread-9;|WSSERVLET12: JAX-WS context listener initializing|#]
    [#|2008-07-27T08:56:31.235+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webservices.jaxws.servlet.http|_ThreadID=17;_ThreadName=pool-1-thread-9;|WSSERVLET14: JAX-WS servlet initializing|#]
    [#|2008-07-27T08:56:31.422+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=16;_ThreadName=pool-1-thread-3;/filesharing;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/filesharing'|#]
    [#|2008-07-27T08:56:35.196+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/guessnumberportlet;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/guessnumberportlet'|#]
    [#|2008-07-27T08:56:37.402+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=17;_ThreadName=pool-1-thread-9;/ccd;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/ccd'|#]
    [#|2008-07-27T08:56:39.826+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/blogportlet;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/blogportlet'|#]
    [#|2008-07-27T08:56:41.612+0200|INFO|sun-appserver9.1|javax.enterprise.resource.webcontainer.jsf.config|_ThreadID=13;_ThreadName=pool-1-thread-7;/communityportlets;|Initializing Sun's JavaServer Faces implementation (1.2_04-b20-p03) for context '/communityportlets'|#]
    [#|2008-07-27T08:56:45.496+0200|SEVERE|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=13;_ThreadName=pool-1-thread-7;_RequestID=7022036b-06f6-4a22-a77b-6005450f2563;|WEB0207: Error starting web context StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[/amserver] on virtual server server
    LifecycleException:  java.lang.UnsatisfiedLinkError: C:\PS7.2\share\lib\jss4.dll: The specified procedure could not be found
         at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4818)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5196)
         at com.sun.enterprise.web.WebModule.start(WebModule.java:326)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:176)
         at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:192)
         at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1672)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1231)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
         at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
         at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
         at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    |#]
    [#|2008-07-27T08:56:46.055+0200|INFO|sun-appserver9.1|javax.enterprise.system.core.selfmanagement|_ThreadID=10;_ThreadName=main;|SMGT0007: Self Management Rules service is enabled|#]
    [#|2008-07-27T08:56:46.226+0200|INFO|sun-appserver9.1|javax.enterprise.system.core|_ThreadID=10;_ThreadName=main;|Application server startup complete.|#]Sorry for being late
    Regards,
    Bakr
    Edited by: bakr_awad on Jul 26, 2008 11:05 PM

  • Failed to run startportal.bat

     

    John:
    1. add "c:\bea\wlserver6.1\lib\weblogic.jar;" in the classpath of your startPortal.bat.
    2. Download the license_wlportal400.bea.xml to c:\bea.
    do the following "UpdateLicense.cmd License_wlportal400.bea.xml"
    good luck!
    Peter
    "John Spangenberg" <[email protected]> wrote:
    I run Portal 4.0 with SP 1 on WLS 6.1 with SP2: same exception (see below).
    Any suggestions? Do I need to go back to WLS with SP1!??!
    Enter password to boot WebLogic server:
    Starting WebLogic Server....
    The Weblogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError:try to access method
    weblogic.management.internal.Helper.preloadMBeanInfos<>V from
    class weblogic.management.Admin
    at weblogic.management.Admin.initailize<Admin.java:212>
    at weblogic.t3.srvr.T3Srvr.initialize<T2Srvr.java:362>
    at weblogic.t3.srvr.T3Srvr.run<T3Srvr.java:202>
    at weblogic.Server.main<Server.java:35>
    Reason: Fatal initialization exception
    Press any key to continue...
    Regards,
    John Spangenberg
    "Vijay Bujula" <[email protected]> wrote in message
    news:[email protected]...
    To run WebLogic Portal 4.0 with Service Pack 1 on WLS 6.1 with SP1, applyService
    Pack 1, as explained in the Installation Guide.
    http://edocs.bea.com/wlp/docs40/relnotes/relnotes.htm#253535
    i hope this will help you...
    Vijay
    "[email protected]" <[email protected]> wrote:
    Hi, everyone:
    After install weblogic server6.1(sp1) and weblogic portal4.0,
    I update the lastest license file(license_wlportal400.bea), then
    run startportal.bat. but failed , Error messge as follows:
    Please help me. Thanks.
    Enter password to boot WebLogic server:
    Starting WebLogic Server....
    The Weblogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError:try to access method
    weblogic.management.internal.Helper.preloadMBeanInfos<>V
    from
    class weblogic.management.Admin
    at weblogic.management.Admin.initailize<Admin.java:212>
    at weblogic.t3.srvr.T3Srvr.initialize<T2Srvr.java:362>
    at weblogic.t3.srvr.T3Srvr.run<T3Srvr.java:202>
    at weblogic.Server.main<Server.java:35>
    Reason: Fatal initialization exception
    Press any key to continue...

  • Okay every time i plug my ipod up to my laptop a message comes up and says one of the USB devices attached to this computer has malfunctioned, and Windows does not recognize it. Can someone plz help me ive done everything.

    I really need assistance/help with my ipod because it was working fine one day. Then the next day i decide to put more music on it then this message came up, and ive tried all the troubleshooting stuff and different links to help but still no success. But theres one thing i havent tried yet someone told me to buy another Apple charger and wall plug in to see if that works other than that i need help because i went to settings and erased everything off my ipod to see if that worked and it didnt so all my stuff is gone....Yeah i was ****** but plz help me!

    I would first try unplugging All the USB devices plugged into your computer, and then plug back in just the iPhone and see if that is recognized.  Also, do you have the latest version of iTunes for Windows installed on your PC, as you need to?
    Hope this helps

  • Adding "window to a container:illegal argument exception".error plz help

    Thanks to Mr.Andrew and sun for developing the following code for a
    mediaplayer which is implemented in jmf.This is working in core java. But
    when i have converted it to Applet it compiles but an error adding "window
    to a container:illegal argument exception".code is given below plz point
    me where is the error;
    import javax.media.*;
    import java.text.DecimalFormat;
    import java.awt.*;
    import java.awt.FileDialog;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    class nwa extends WindowAdapter{
    frameclass frame;
    public nwa(frameclass frame){
    this.frame=frame;
    public void windowClosing (WindowEvent e)
    //User selected close from System menu.
    //Call dispose to invoke windowClosed.
    frame.dispose ();
    public void windowClosed (WindowEvent e)
    //if (player != null)
    //player.close ();
    System.exit (0);
    class frameclass extends JFrame
    frameclass(){
    nwa n=new nwa(this);
    this.addWindowListener(n);                    
    public class PlayerApplet extends JApplet
              implements
    ActionListener,ControllerListener,ItemListener, KeyListener
    frameclass frame=new frameclass();
    Player player;
    Component vc, cc;
    JProgressBar volumeBar;
         JButton fastRewind;
         JButton fastForward;
         JButton play;
    int sizeIncrease = 2;
    boolean invokedStop = false;
         /** Big */
         int progressFontSize=30;
    boolean first = true, loop = false;
    String currentDirectory;
    public void init(){
    JMenu m = new JMenu ("File");
    JMenuItem mi = new JMenuItem ("Open...");
    mi.addActionListener (this);
    m.add (mi);
    m.addSeparator ();
    JCheckBoxMenuItem cbmi = new JCheckBoxMenuItem ("Loop", false);
    cbmi.addItemListener (this);
    m.add (cbmi);
    m.addSeparator ();
    mi = new JMenuItem ("Exit");
    mi.addActionListener (this);
    m.add (mi);
    JMenuBar mb = new JMenuBar ();
    mb.add (m);
    frame.setJMenuBar (mb);
    setSize (200, 200);
         final JPanel p = new JPanel(new GridLayout(1,0,5,5));
              p.setBorder(new EmptyBorder(3,5,5,5) );
              fastRewind = new JButton("<html><body><font size=+"+
    sizeIncrease+ "><<");
              fastRewind.setToolTipText("Fast Rewind");
              fastRewind.addActionListener( new ActionListener(){
                   public void actionPerformed(ActionEvent ae) {
                        if (player!=null) {
                             invokedStop = false;
                             skipBack();
                        } else {
    JOptionPane.showMessageDialog(play,
                             new JLabel("Open a sound file
    first!"));
              fastRewind.addKeyListener(this);
              p.add(fastRewind);
              JButton stop = new JButton("<html><body><font size=+"+
    sizeIncrease+ ">&#9632;");
              stop.setToolTipText("Stop");
              stop.addActionListener( new ActionListener(){
                   public void actionPerformed(ActionEvent ae) {
                        invokedStop = true;
                        //player.stop();
                        sp();
              stop.addKeyListener(this);
              p.add(stop);
              play = new JButton("<html><body><font size=+"+
    sizeIncrease+ ">>");
              play.setToolTipText("Play");
              play.addActionListener( new ActionListener(){
                   public void actionPerformed(ActionEvent ae) {
                        if (player!=null) {
                             invokedStop = false;
                             player.setRate(1);
                             st();
                        } else {
    JOptionPane.showMessageDialog(play,
                             new JLabel("Open a sound file
    first!"));
              play.addKeyListener(this);
              p.add(play);
              fastForward = new JButton("<html><body><font size=+"+
    sizeIncrease+ ">>>");
              fastForward.setToolTipText("Fast Forward");
              fastForward.addActionListener( new ActionListener(){
                   public void actionPerformed(ActionEvent ae) {
                        if (player!=null) {
                             invokedStop = false;
                             skipForward();
                        } else {
    JOptionPane.showMessageDialog(play,
                             new JLabel("Open a sound file
    first!"));
              fastForward.addKeyListener(this);
              p.add(fastForward);
              p.addKeyListener(this);
              frame.add(p,BorderLayout.CENTER);     
              add(frame);
    // pack ();
    setVisible (true);
    public void start(){
    st();
    public void stop(){
    sp();
    public void destroy(){
    player.stop();
    player.deallocate();
    public void actionPerformed (ActionEvent e)
                   if (e.getActionCommand().equals("Exit"))
                   // Call dispose to invoke windowClosed.
                   frame.dispose ();
                        return;
         FileDialog fd = new FileDialog (frame, "Open File",
    FileDialog.LOAD);
         fd.setDirectory (currentDirectory);
         fd.show ();
         // If user cancelled, exit.
              if (fd.getFile() == null)
         return;
    currentDirectory = fd.getDirectory ();
              if (player != null)
         player.close ();
         try
         player = Manager.createPlayer (new MediaLocator
    ("file:" +
    fd.getDirectory() +
    fd.getFile()));
         catch (java.io.IOException e2)
    System.out.println (e2);
    return;
         catch (NoPlayerException e2)
    System.out.println ("Could not find a player.");
    return;
              if (player == null)
         System.out.println ("Trouble creating a player.");
         return;
    first = false;
    frame.setTitle (fd.getFile ().toString());
    player.addControllerListener (this);
    player.prefetch ();
    public void controllerUpdate (ControllerEvent e)
    if (e instanceof ControllerClosedEvent)
    if (vc != null)
    remove (vc);
    vc = null;
    if (cc != null)
    remove (cc);
    cc = null;
    return;
    if (e instanceof EndOfMediaEvent)
    if (loop)
    player.setMediaTime (new Time (0));
    player.start ();
    return;
    if (e instanceof PrefetchCompleteEvent)
    player.start ();
    return;
    if (e instanceof RealizeCompleteEvent)
    vc = player.getVisualComponent ();
    if (vc != null)
    add (vc);
    cc = player.getControlPanelComponent ();
    if (cc != null){
         this.add (cc, BorderLayout.SOUTH);
                        this.show();
    public void keyReleased(KeyEvent ke) {
    int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
         public void keyTyped(KeyEvent ke) {
         int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
         public void keyPressed(KeyEvent ke) {
              int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
              }else if (keycode==KeyEvent.VK_UP) {
                   st();
              }else if (keycode==KeyEvent.VK_DOWN) {
                   sp();
    public void skipForward() {
    double secs=5;
    double playersecs = player.getMediaTime().getSeconds();
    Time settime = new javax.media.Time(playersecs + secs);
    player.setMediaTime(settime);
    public void skipBack() {
              double secs1=5;
    double playersecs1 = player.getMediaTime().getSeconds();
    Time settime1 = new javax.media.Time(playersecs1 - secs1);
    player.setMediaTime(settime1);
         public void st() {
         player.start();
         public void sp() {
         player.stop();
    public void itemStateChanged (ItemEvent e)
    loop = !loop;
    When i comment add(frame) this error goes but i got a null poiter
    exception
    Plz help
    manu

    Hi Andrew,
    Thanks for ur reply.Sorrry that my code not included in the code block.
    My problem have been solved partly.Now playerapplet is working properly.It can play files from local machine(through open menuitem from file menu) as well as local network (through url menuitem from file menu).
    There is no requirement to play file from internet at present.
    I have given arrow keys to forward/backward/open/close.
    I have now completed my first part of project.Now i have to start the second part ie Controlling arrow keys using a joystick like instrument.The instrument and driver will be provided by my co. and the user is using only this device.Plz help me how to do that.
    The code is given below
    import javax.media.*;
    import java.text.DecimalFormat;
    import java.awt.*;
    import java.awt.FileDialog;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    <APPLET CODE=PlayerApplet.class
    WIDTH=320 HEIGHT=300>
    </APPLET>
    class nwa extends WindowAdapter
         frameclass frame;
         Player player;
         public nwa(frameclass frame,Player player)
          this.player=player;
          this.frame=frame;
         public void windowClosing (WindowEvent e)
          //User selected close from System menu.
          //Call dispose to invoke windowClosed.
          frame.dispose ();
          public void windowClosed (WindowEvent e)
              if (player != null)
                   player.stop();
                player.close ();
                   player.deallocate();
          System.exit (0);
    class frameclass extends JFrame
    Player player;
         frameclass(Player player)
         nwa n=new nwa(this,player);
         this.addWindowListener(n);                    
    public class PlayerApplet extends JApplet
               implements ActionListener,ControllerListener,ItemListener, KeyListener
               Player player=null;
               frameclass frame=new frameclass(player);
                 Component vc, cc;
                 Container f;
                 JProgressBar volumeBar;
                 JButton fastRewind;
              JButton fastForward;
              JButton play;
              int sizeIncrease = 2;
              boolean invokedStop = false;
              /** Big */
              int progressFontSize=30;
                 boolean first = true, loop = false;
                 String currentDirectory;
                 public void init()
                          f=frame.getContentPane();
                         JMenu m = new JMenu ("File");
                         JMenuItem mi = new JMenuItem ("Open...");
                         mi.addActionListener (this);
                         m.add (mi);
                         m.addSeparator ();
                         mi = new JMenuItem ("URL");
                         mi.addActionListener (this);
                         m.add (mi);
                         m.addSeparator ();
                         JCheckBoxMenuItem cbmi = new JCheckBoxMenuItem ("Loop", false);
                         cbmi.addItemListener (this);
                         m.add (cbmi);
                         m.addSeparator ();
                         mi = new JMenuItem ("Exit");
                         mi.addActionListener (this);
                         m.add (mi);
                         JMenuBar mb = new JMenuBar ();
                         mb.add (m);
                         frame.setJMenuBar (mb);
                         setSize (500, 500);
                           JPanel p = new JPanel(new GridLayout(1,0,5,5));
                        p.setBorder(new EmptyBorder(3,5,5,5) );
                        fastRewind = new JButton("<html><body><font size=+"+ sizeIncrease+ "><<");
                        fastRewind.setToolTipText("Fast Rewind");
                        fastRewind.addActionListener( new ActionListener(){
                             public void actionPerformed(ActionEvent ae) {
                                  if (player!=null) {
                                       invokedStop = false;
                                       skipBack();
                                  } else {
                                       JOptionPane.showMessageDialog(play,
                                       new JLabel("Open a sound file first!"));
                        fastRewind.addKeyListener(this);
                        p.add(fastRewind);
                        JButton stop = new JButton("<html><body><font size=+"+ sizeIncrease+ ">&#9632;");
                        stop.setToolTipText("Stop");
                        stop.addActionListener( new ActionListener(){
                                  public void actionPerformed(ActionEvent ae) {
                                       invokedStop = true;
                                       sp();
                        stop.addKeyListener(this);
                        p.add(stop);
                        play = new JButton("<html><body><font size=+"+ sizeIncrease+ ">>");
                        play.setToolTipText("Play");
                        play.addActionListener( new ActionListener()
                                  public void actionPerformed(ActionEvent ae) {
                                       if (player!=null) {
                                            invokedStop = false;
                                            player.setRate(1);
                                            st();
                                       } else {
                                            JOptionPane.showMessageDialog(play,
                                            new JLabel("Open a sound file first!"));
              play.addKeyListener(this);
              p.add(play);
              fastForward = new JButton("<html><body><font size=+"+ sizeIncrease+ ">>>");
              fastForward.setToolTipText("Fast Forward");
              fastForward.addActionListener( new ActionListener(){
                   public void actionPerformed(ActionEvent ae) {
                        if (player!=null) {
                             invokedStop = false;
                             skipForward();
                        } else {
                             JOptionPane.showMessageDialog(play,
                             new JLabel("Open a sound file first!"));
              fastForward.addKeyListener(this);
              p.add(fastForward);
              frame.getContentPane().add(p,BorderLayout.CENTER);
              frame.setVisible (true);
              frame.pack();
              frame.setResizable(false);
      public void stop(){
      sp();
      public void destroy(){
       player.stop();
        player.deallocate();
      public void actionPerformed (ActionEvent e)
              if (e.getActionCommand().equals("Exit"))
                             // Call dispose to invoke windowClosed.
                             player.stop();
                             player.close();
                             player.deallocate();
                             frame.dispose ();
                                  return;
              if (e.getActionCommand().equals("Open..."))
                             FileDialog fd = new FileDialog (frame, "Open File",
                                         FileDialog.LOAD);
                              fd.setDirectory (currentDirectory);
                              fd.show ();
                              // If user cancelled, exit.
                              if (fd.getFile() == null)
                             return;
                              currentDirectory = fd.getDirectory ();
                                   if (player != null){
                                       player.close ();
                                       player.deallocate();
                         try
                  player = Manager.createPlayer (new MediaLocator
                                               ("file:" +
                                               fd.getDirectory() +
                                               fd.getFile()));
                              catch (java.io.IOException e2)
                            System.out.println ("file not found :"+e2);
                            return;
                              catch (NoPlayerException e2)
                            System.out.println ("Could not find a player.");
                            return;
                    if (player == null)
                   System.out.println ("Trouble creating a player.");
                   return;
                    first = false;
                    frame.setTitle (fd.getFile ().toString());
                    player.addControllerListener (this);
                    player.prefetch ();
                   return;
              if (e.getActionCommand().equals("URL"))
                             FileDialog fd = new FileDialog (frame, "Open File",
                                         FileDialog.LOAD);
                         fd.setDirectory (currentDirectory);
                         fd.show ();
                         // If user cancelled, exit.
                              if (fd.getFile() == null)
                             return;
                         currentDirectory = fd.getDirectory ();
                              if (player != null){
                                       player.close ();
                                       player.deallocate();
                   try
                        URL url = new URL ("file://"+fd.getDirectory()+fd.getFile());
                    MediaLocator mediaLocator = new MediaLocator (url);
                        player = Manager.createPlayer (mediaLocator);
                   catch (java.io.IOException e2)
                  System.out.println ("file not found :"+e2);
                  return;
                    catch (NoPlayerException e2)
                  System.out.println ("Could not find a player.");
                  return;
                    if (player == null)
                   System.out.println ("Trouble creating a player.");
                   return;
          first = false;
          frame.setTitle (fd.getFile ().toString());
          player.addControllerListener (this);
          player.prefetch ();
              return;
       public void controllerUpdate (ControllerEvent e)
          if (e instanceof ControllerClosedEvent)
              if (vc != null)
                  frame.getContentPane().remove (vc);
                  vc = null;
              if (cc != null)
                  frame.getContentPane().remove (cc);
                  cc = null;
              return;
          if (e instanceof EndOfMediaEvent)
              if (loop)
                  player.setMediaTime (new Time (0));
                  player.start ();
              return;
          if (e instanceof PrefetchCompleteEvent)
              player.start();
              return;
          if (e instanceof RealizeCompleteEvent)
            if (vc != null)
                  remove (vc);
                  vc = null;
              if (cc != null)
                  remove (cc);
                  cc = null;
              vc = player.getVisualComponent ();
              if (vc != null)
                  frame.getContentPane().add(vc,BorderLayout.NORTH);
              cc = player.getControlPanelComponent ();
              if (cc != null){
                       frame.getContentPane().add (cc, BorderLayout.SOUTH);
                     frame.setVisible(true);
                     frame.pack();
    public void keyReleased(KeyEvent ke) {
    int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
         public void keyTyped(KeyEvent ke) {
         int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
         public void keyPressed(KeyEvent ke) {
              int keycode = ke.getKeyCode();
              if (keycode==KeyEvent.VK_LEFT) {
                   skipBack();
              } else if (keycode==KeyEvent.VK_RIGHT) {
                   skipForward();
              }else if (keycode==KeyEvent.VK_UP) {
                   st();
              }else if (keycode==KeyEvent.VK_DOWN) {
                   sp();
    public void skipForward() {
    Time settime;
    double secs=5;
    double playersecs = player.getMediaTime().getSeconds();
    double duration = player.getDuration().getSeconds();
              if((playersecs+secs) < duration){
                      settime = new javax.media.Time(playersecs + secs);
                      player.setMediaTime(settime);
              }else {
                        player.setMediaTime(new Time(duration));
    public void skipBack() {
              double secs1=5;
              double secs2=0;
              double playersecs1 = player.getMediaTime().getSeconds();
              Time settime1;
              if((playersecs1 - secs1) > secs2){
                      settime1 = new javax.media.Time(playersecs1 - secs1);
                      player.setMediaTime(settime1);
              }else {
                        player.setMediaTime(new Time(0));
         public void st() {
         player.start();
         public void sp() {
         player.stop();
       public void itemStateChanged (ItemEvent e)
          loop = !loop;
    With Thanks
    manuEdited by: mm_mm on Nov 27, 2007 11:09 PM

  • I just boot camp my macbook white unibody to windows 7 but I can't setup my wifi plz help!

    I just boot camp my macbook white to windows 7 home premium.
    Used to run on windows XP(no problem with the wifi)
    Plz help~~

    Howdy demccll,
    If your Windows side is not seeing your Airport Extreme, I'm wondering if the Boot Camp drivers (Windows support software) was installed correctly.  That is what installs the Airport drivers among other things.
    Boot Camp: Install Windows on your Mac
    Install Windows support software
    After installing Windows, the support software installs Boot Camp drivers to support your Mac hardware, including AirPort devices, the built-in camera, the Apple Remote, the trackpad on a portable Mac, and the function keys on an Apple keyboard. The software also installs the Boot Camp control panel for Windows and the Apple Boot Camp system tray item.
    You can download the support software by selecting the “Download the latest Windows support software from Apple” option in Boot Camp Assistant. The support software must be copied to an external USB drive formatted as MS-DOS (FAT).
    After you configure Windows, if you kept the external USB drive that has the Windows support software inserted, an installer starts automatically. Otherwise, insert the external USB drive, then double-click the setup.exe file located in the BootCamp folder.
    Follow the onscreen instructions. Important: Do not click the Cancel button in any of the installer dialogs.
    If a message appears that says the software you’re installing has not passed Windows Logo testing, click Continue Anyway.
    You don’t need to respond to installer dialogs that appear only briefly during the installation.
    If nothing appears to be happening, there may be a hidden window that you must respond to. Look behind open windows.
    When the support software finishes installing, click Restart, then click Yes.
    After your Mac restarts, follow the instructions for any other installers that appear.
    Check for updated Windows support software by using Software Update or going to the Boot Camp Support site.
    Best regards,
    Nubz

  • IPlanet web server 4.x on Windows 2000 fails to start after activating SSL

    I have created the trust database and installed a CA root certificate and a web server certificate. When I enable SSL, the server startup takes a long time (although the log file indicates a successful startup much earliar) and then after acknowledging the information box for successful startup, on return to the server on/off page, the page shows server off.

    Can you provide the error logs file of the instance which fails to start?
    Thanks

  • Jar file runs on windows but fails to run on macbook

    hi, i developed this app using netbeans on windows and the .jar is runing fine, but when i transfered the jar file to a macbook and double clicked the jar file, it dint run, then i tried to run it from the terminal i got the following exception. please what could be the problem
    mustapha-mohammed-kutas-macbook:~ mustaphamohammedkuta$ cd desktop
    mustapha-mohammed-kutas-macbook:desktop mustaphamohammedkuta$ cd mustee
    mustapha-mohammed-kutas-macbook:mustee mustaphamohammedkuta$ java -jar PayrollProject.jar
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.ClassLoader.defineClass2(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:774)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:160)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:254)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at payrollproject.Main.main(Main.java:34)
    mustapha-mohammed-kutas-macbook:mustee mustaphamohammedkuta$

    This means the version of Java you're using on the Mac is older than the one you made your jar file with. I believe the default Java on Mac is Java 5. Perhaps you built your classes and jar with Java 6?

  • Navigation between diff windows in firefox has become very slows. Plz Help.

    firefox responds very slow when I want to go to a different window that is already opened or if I press + button to open new window/ tab, the response is very slow. Some times the firefox do not responds at all, a message comes that "Firefox is not responding", and after that the browser starts reloading all the pages. This is quite annoying. Kindly help.
    I am using WIN 7. the system has 3GB RAM, 2.2GHz intel processor, 32 bit OS.

    1.Please update to Firefox 19 Update Firefox to the latest version, then reset Firefox again Reset Firefox – easily fix most problems.
    2."Firefox hangs when you quit it": https://support.mozilla.org/kb/Firefox+hangs
    I think these may help you to solve your problems.

  • Screen go's black after windows 7 welcome, only operates in safe mode plz help ty.

    tried reboot, virus scan ,was adjusting screen rez when this happened,tried restore,scan for problems all says ok

    Hello stevelaura,
    The problem is with your video driver if the problem exists only after booting into Windows.
    1. Boot into safe mode
    2. Click start and type "Device Manager" without the quotes in the search box.
    3. Launch Device manager and expand the Display Adapter section.
    4. Right click on your display driver and tell it to uninstall
    5. Press the Win key on your keyboard then the right arrow twice. Then the letter R.
    Once the system reboots allow it to go into Windows as normal. Windows will automatically attempt to install a new video card driver for the system.
    If that doesn't help resolve the issue please respond and include the make and model of the system you are using.
    If I have helped you in any way click the Kudos button to say Thanks.
    The community works together, click Accept as Solution on the post that solves your issue for other members of the community to benefit from the solution.
    - Friendship is magical.

  • Netmeeting Integration with Sun One Portal Server 6.2

    Hi,
    we are trying to integrate MS Netmeeting with Sun one portal server 6.2,using netlet ,has anybody done similar things earlier .then plz help me,
    or any other solution to call netmeeting from portal.

    Suggest trying other forums, as we're specialized into Messaging Server, not portal nor Netmeeting

  • Netmeting  with Sun one Portal server 6.2

    Hi,
    we are trying to integrate MS Netmeeting with Sun one portal server 6.2,using netlet ,has anybody done similar things earlier .then plz help me,
    or any other solution to call netmeeting from portal.

    Suggest trying other forums, as we're specialized into Messaging Server, not portal nor Netmeeting

  • Where can I download Java Portal Server 7 for Windows

    Hi all,
    I have seen in FAQ that there is a Java Portal Server 7 available for Windows since last December. But I am not able to find where I can download it.
    In the download section, I have found only the portal server 6.1 for SPARK but nothing about v7 for Windows =(
    May someone tell me how can I get this Portal Server 7 ?
    Thanks a lot in advance.
    Cheers

    The PS7.1 beta Win software is downloadble from the following location:
    # Beta software posted on SDLC: http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=7&PartDetailId=JES5-HP-WIN-G-B&TransactionId=Try
    You will need to login using your Sun Online account
    You need to download either the full distriution -
    Java Enterprise System 5: Windows 2000 SP4 (Full Product Distribution), English
    or
    Java Enterprise System 5: Windows 2000 SP4 (Availability Platform Suite Distribution), English
    Actually App Platfrom Suite and not the typo 'Availablity Platfrom'.
    Message was edited by:
    rabic

Maybe you are looking for

  • Batch internl number assignment

    Hello SAP gurus,     Lets suppose i have finished product, semifinished product and raw material with me.I am managing all of them in batches.I want to use automatic creation of batch (internal number assignment) for them.Now my question is i want to

  • How to password protect an external hard drive

    I just bought an external HD to use with Time Machine and for some extra space, but I would really like to password protect it. Since it has all my files on it, it is just as important as password protecting my computer. I'm thinking I probably have

  • ISE 1.2 unable to create guest accounts after import

    Hi, we are able to import guest accounts, but after clicking on "submit"-button nothing happens. So this is basically what we see: There is no option to print the guestpasses. Is this a bug or are the guestpasses somewhere else? Furthermore there is

  • Aspect ratio of iPad mirror is not 4:3 when mirrored with Apple TV

    Hi Everyone - I have just bought an Apple TV 3 and installed the device yesterday. I am using an LG HDTV and an iPad3. Everything works fine except one thing: When I mirror my iPad in landscape on the TV it appears with a wrong aspect ratio. This mea

  • Photo album not visible on all devices.

    Hi, I created an ablum on Cloud and moved many photos into it from one for my devices (iphone 4s) and this ablum was visible from all my devices. I used to view/delete them from all my devices (2 iphones and 1 pad) which use the same appleid. But rec