Problem migrate zones solaris 10

Hi,
i'm trying to migrate one non-global zone from one machine to another machine. The steps I have followed are:
1) On the machine where I have the zone that I want to migrate:
# zonecfg -z myzone export -f /myzone.cfg
# cd /export
# find zones/myzone -fstype lofs -prune -o -fstype ufs | cpio -ocm -O /myzone.cpio
2) On the second machine, I have copied the myzone.cfg and myzone.cpio, and after:
- I modified in myzone.cfg the option set physical with the correct one for this machine
# zonecfg -z myzone -f /myzone.cfg
# cd /export
# cat /myzone.cpio | cpio -icdm
# cp /etc/zones/index /etc/zones/index.bak
# perl -pi -e 's/^myzone:configured/myzone:installed/' /etc/zones/index
[root@pontevedra]# zoneadm list -icv
ID NAME STATUS PATH
0 global running /
- myzone installed /export/home/zones/myzone
But I have a problem when I boot the zone:
[root@pontevedra]# zoneadm -z myzone boot
zoneadm: zone 'servicio-zone': mount of /proc failed: No such file or directory
zoneadm: zone 'servicio-zone': call to zoneadmd failed
I don't know what happen... can anybody helpme?
Thanks a lot in advance!

Hi Darren,
Thanks God I've succesfully installed Solaris 10 to my laptop, after "swimming" for a while in google :)
It said that this was a bug of Solaris 10 when installed in PC with Pentium III or II processors.
Here is the solutions (hope someone with same problem with me could find it useful) :
1. After the GRUB menu appears, edit the kernel line then append -kd at the end (to enter kmdb upon boot), then boot
2. Then type this command when kmdb prompt shows, [0]>
[0]> cmi_no_init/W1
[0]> :c 3. It should boot and run without problem, then follow the installation menu and option
4. After reboot, again follow step 1 & 2 when GRUB menu shows. I promise this is the last time :)
5. To make it permanent, add this following instruction to */etc/system* once the system up
set cmi_no_init=1//Henry

Similar Messages

  • Problem migrating to Solaris 10

    Please need some help!
    We are migrating our weblogic 6.1 server from solaris 9 to a new server with solaris 10.
    Early we faced some problems with the JSDK 1.5 that comes preinstalled on the new server and caused problems even when the WL server started with the 1.31 jsdk it was compiling jsp with 1.5 and weblogic saids that servlet class version 49.0 (internal code for jsdk 1.5) was not compatible, so we ranamed the 1.5 directory and evrything worked fine.
    But now an application launch an error in some jsp files. Everything is similar to the old server, classpath, weblogic 6.1 sp7, application is the same .war file.
    <Mar 29, 2006 2:21:51 PM CST> <Error> <HTTP> <[WebAppServletContext(5084346,comprobantes,/comprobantes)] translation of /include/combos/ctasContablesCtaIndividual.jsp failed: weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38>
    <Mar 29, 2006 2:21:51 PM CST> <Debug> <HTTP> <Exception thrown while loading comprobantes: weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38
    weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38
    at weblogic.servlet.jsp.StandardTagLib.processEndTag(StandardTagLib.java:810)
    at weblogic.servlet.jsp.JspLexer.mCLOSE_EXTENSION_TAG(JspLexer.java:2753)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:2020)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1893)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1114)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:89)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:197)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
    at weblogic.servlet.jsp.Precompiler.compileOne(Precompiler.java:159)
    at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:54)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:3706)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:3699)
    at weblogic.servlet.internal.WebAppServletContext.initFromDescriptors(WebAppServletContext.java:1837)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:997)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:932)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:516)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:77)
    at weblogic.j2ee.Application.deploy(Application.java:277)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:194)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:369)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:303)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1491)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:968)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:921)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:310)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:407)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:313)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:320)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:202)
    at $Proxy8.setDeployed(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
    at weblogic.management.console.info.CompositeAttribute.doSet(CompositeAttribute.java:100)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:160)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:288)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:212)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2765)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2433)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:172)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:145)
    >
    <Mar 29, 2006 2:21:51 PM CST> <Error> <J2EE> <Error deploying application comprobantes: Could not load comprobantes> <Mar 29, 2006 2:21:51 PM CST> <Error> <J2EE> <Error deploying comprobantes: with deployment error weblogic.j2ee.DeploymentException:
    Could not load comprobantes - with nested exception:
    [weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38] and n
    ested error weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body a
    t 38>
    <Mar 29, 2006 2:21:51 PM CST> <Error> <Management> <InvocationTargetException setting attribute Deployed on MBean CCSS_PRODUCCION_02
    :Location=sun,Name=comprobantes,Type=ApplicationConfig to value true. Method: public void weblogic.management.mbeans.custom.Applicat
    ion.setDeployed(boolean) throws weblogic.management.DeploymentException,weblogic.management.UndeploymentException
    weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38
    at weblogic.servlet.jsp.StandardTagLib.processEndTag(StandardTagLib.java:810)
    at weblogic.servlet.jsp.JspLexer.mCLOSE_EXTENSION_TAG(JspLexer.java:2753)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:2020)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1893)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1114)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:89)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:197)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:255)
    at weblogic.servlet.jsp.Precompiler.compileOne(Precompiler.java:159)
    at weblogic.servlet.jsp.Precompiler.compile(Precompiler.java:54)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:3706)
    at weblogic.servlet.internal.WebAppServletContext.precompileJSPs(WebAppServletContext.java:3699)
    at weblogic.servlet.internal.WebAppServletContext.initFromDescriptors(WebAppServletContext.java:1837)
    at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:997)
    at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:932)
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:516)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:77)
    at weblogic.j2ee.Application.deploy(Application.java:277)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:194)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:369)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:303)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1491)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:968)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:921)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:310)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:407)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:313)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:320)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:202)
    at $Proxy8.setDeployed(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
    at weblogic.management.console.info.CompositeAttribute.doSet(CompositeAttribute.java:100)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:160)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:288)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:212)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2765)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2433)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:172)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:145)
    --------------- nested within: ------------------
    weblogic.j2ee.DeploymentException: Could not load comprobantes - with nested exception:
    [weblogic.servlet.jsp.JspException: (line 24): scriptlet open brace '{' at line 24 is unbalanced before end of tag body at 38]
    at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:519)
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:77)
    at weblogic.j2ee.Application.deploy(Application.java:277)
    at weblogic.j2ee.J2EEService.deployApplication(J2EEService.java:194)
    at weblogic.management.mbeans.custom.Application.setLocalDeployed(Application.java:369)
    at weblogic.management.mbeans.custom.Application.setDeployed(Application.java:303)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeSetter(DynamicMBeanImpl.java:1491)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:968)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:921)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:310)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:407)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:313)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1358)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1333)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:320)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:202)
    at $Proxy8.setDeployed(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
    at weblogic.management.console.info.CompositeAttribute.doSet(CompositeAttribute.java:100)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:160)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:288)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:212)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2765)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2433)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:172)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:145)
    >

    Hi Vishal,
    Hello,
    Unfortunately WLS 6.1 is not supported on Solaris 10. Also as of Nov 14, 2005 WLS 6.1 entered the mature phase and will be no longer supported by BEA.
    http://e-docs.bea.com/wls/certifications/certs_610/overview.html
    Do let me know if you need any assistance in upgrading
    Cheers
    Raj

  • Migration from Solaris 9 to Solaris 10: Memory fault problem

    We are facing to migrate appication from Solaris 9 to Solaris 10,
    Compilation was not a problem, but while running the application it is raising the following fault,
    tail of truss
    Incurred fault #5, FLTACCESS %pc = 0x100025CA8
    siginfo: SIGBUS BUS_ADRALN addr=0x101394CC
    Received signal #10, SIGBUS [default]
    siginfo: SIGBUS BUS_ADRALN addr=0x101394CC
    core analysis show that the fault occurs at different points for different runs.
    Please let us know if there is a patch to solve the same.
    Thanks & Regards

    Sorry i should have mentioned it as migration from Solaris 8 to Solaris 10.
    Other info: In solaris 8 we compiled using -m32 and on Solaris 10 we are using -m64.
    We had never tried on Solaris 9.
    i just tried compiling on Solaris 9, i got the same error as in Solaris 10.
    I tried to find using dbx but it crashes at different points for different runs.
    First Run by pointing connection string - schema 1
    dbx m2 core
    detected a multithreaded program
    program terminated by signal BUS (invalid address alignment)
    (/Teamware/bin/../WS5.0/bin/sparcv9/dbx) where
    current thread: t@1
    =>[1] AddClient(0xffffffff7ffff0c0, 0xffffffff7ffff2f0, 0xffffffff7ffff1d4, 0x373300, 0xff0000000000, 0x8080808080808080), at
    0x100025ca8
    [2] DBSERV_RadReadProxyClients(0x1, 0x10002599c, 0x0, 0x0, 0x0, 0x0), at 0x10006106c
    [3] ClientInitialise(0x1, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1000263e8
    [4] InitialiseDetails(0x1, 0x1, 0x0, 0xffffffff7ffff600, 0xffffffff7ffff5f8, 0xffffffff7ffff5f0), at 0x10002bd4c
    [5] ReadDatabaseIntoSharedMem(0x1000a9dd8, 0x2aa5, 0x10cf000, 0x20000000, 0x1, 0x8), at 0x10000c5d0
    Second run by pointing Connect-string to Schema 2:
    detected a multithreaded program
    program terminated by signal BUS (invalid address alignment)
    (/Teamware/bin/../WS5.0/bin/sparcv9/dbx) where
    current thread: t@1
    =>[1] AddReplyMessage(0xffffffff7ffff1d8, 0x6564006d69732d63, 0xffffffff7ffff200, 0x656400, 0xff0000000000,
    0x8080808080808080), at 0x10002e458
    [2] DBSERV_RadReadRadiusReplyMessages(0x10002e348, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1000700a4
    [3] RadiusReplyMessageInitialise(0x1000b0538, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x10002e2dc
    [4] InitialiseDetails(0x1, 0x1, 0x0, 0xffffffff7ffff5f0, 0xffffffff7ffff5e8, 0xffffffff7ffff5e0), at 0x10002bc3c
    [5] ReadDatabaseIntoSharedMem(0x1000a9dd8, 0x2c29, 0x1be400, 0x20000000, 0x1, 0x8), at 0x10000c5d0

  • Help: Problem migrating to 9052 or 1012

    Hello You Experts,
    I have a BC4J/JSP application originally developed in Jdev 902. It has been in production for a while already, and has been migrated all way through 9034 and 9041 (build 1436). This is a relatively simple application, only BC4J is involved, no Stunts, no UIX or anything else. It works pretty well so far. However, I am having problem migrating it into 10g now. I got the same error (see below) with either Jdev 9052 (build 1618) or 1012 (build 1811). It opens (migrated by the Wizard), and compiles without any error. It actually runs and I have got to the login page. And then it’s throws an NoSuchMethodError exception upon login. My application supports dynamic credentials. The debug output indicates that it could not get the internal connection, though the user connection was successful. Any ideals for this error are greatly appreciated. Thank you very much in advance.
    Following is the stack trace:
    Message: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
    java.lang.NoSuchMethodError: void oracle.jbo.html.DataSourceImpl.(java.lang.String)
         at oracle.jbo.html.jsp.datatags.Utils.createDataSource(Utils.java:185)
         at oracle.jbo.html.jsp.datatags.DataSourceTag.doStartTag(DataSourceTag.java:86)
         at Login.jspService(Login.jsp:61)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    And following is the debug output (excepted to conserve apace):
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config>
    C:\Jdev1012\jdk\bin\javaw.exe -ojvm -XXdebug,quiet,port3096 -classpath C:\Jdev1012\j2ee\home\oc4j.jar;C:\Jdev1012\jdev\lib\jdev-oc4j.jar -Djbo.debugoutput=console -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\Jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Debugger connected to local process.
    05/01/31 16:52:18 Auto-deploying file:/C:/Jdev1012/jdev/mywork/LtcopWebApp/jspClients/public_html/ (New server version detected)...
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 5218 ms.
    Target URL -- http://204.156.227.22:8988/ltcop/index.html
    05/01/31 16:52:19 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0) initialized
    05/01/31 16:52:31 Diagnostics: (BC4J Bootstrap) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:31 [00] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:31 [01] BC4J Property jbo.maxpoolcookieage='-1' -->(Configuration) from System Default
    05/01/31 16:52:31 [02] Loading 5.0 IDE classes
    05/01/31 16:52:31 [03] Creating a new pool resource
    05/01/31 16:52:31 [04] BC4JDeployPlatform: LOCAL
    05/01/31 16:52:31 [05] Propertymanager: searching for file and system based properties
    05/01/31 16:52:31 [06] {{ begin Loading BC4J properties
    …….. Cut away to conserve space …….
    05/01/31 16:52:32 [135] }} finished loading BC4J properties
    05/01/31 16:52:32 [136] -----------------------------------------------------------
    05/01/31 16:52:32 Diagnostics: (Properties (re)loaded) Routing diagnostics to standard output (use -Djbo.debugoutput=silent to remove)
    05/01/31 16:52:32 [137] Diagnostic Properties: Timing:false Functions:false Linecount:true Threshold:6
    05/01/31 16:52:32 [138] JavaVMVersion: 10.1.2.1162 dop5
    05/01/31 16:52:32 [139] JavaVMVendor: Oracle Corp.
    05/01/31 16:52:32 [140] JavaVMName: OJVM Client VM
    05/01/31 16:52:32 [141] OperatingSystemName: Windows 2000
    05/01/31 16:52:32 [142] OperatingSystemVersion: 5.0
    05/01/31 16:52:32 [143] OperatingSystemUsername: Duz
    05/01/31 16:52:32 [144] jbo.323.compatible Flag: false, str: false
    05/01/31 16:52:32 [145] jbo.903.compatible Flag: false, str: false
    05/01/31 16:52:32 [146] Loading from bc4j.jpx file
    05/01/31 16:52:32 [147] Loading from individual XML files
    …….. Cut off lots of “Loading from …… Xxx.xml file” entries to conserve space …….
    05/01/31 16:52:36 [248] Using DatabaseTransactionFactory implementation oracle.jbo.server.DatabaseTransactionFactory
    05/01/31 16:52:36 [249] mPCollUsePMgr is false
    05/01/31 16:52:36 [250] ViewObjectImpl.mDefaultMaxRowsPerNode is 70
    05/01/31 16:52:36 [251] ViewObjectImpl.mDefaultMaxActiveNodes is 30
    05/01/31 16:52:36 [252] DBTransactionImpl Max Cursors is 50
    05/01/31 16:52:36 [253] Created root application module: 'componentsPkg.LtcopAppModule'
    05/01/31 16:52:36 [254] Locale is: 'en_US'
    05/01/31 16:52:36 [255] DefaultConnectionStrategy is establishing an application module connection
    05/01/31 16:52:36 [256] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [257] Creating a new pool resource
    05/01/31 16:52:36 [258] Trying connection/2: url='jdbc:oracle:thin:@204.156.200.100:1521:DB20' info='{user=ltc_test_co1, password=ltcco1, oracle.net.encryption_types_client=( DES40C ), oracle.net.encryption_client=REQUIRED, oracle.net.crypto_checksum_client=REQUIRED, oracle.net.crypto_checksum_types_client=( MD5 )}' ...
    05/01/31 16:52:36 [259] Successfully logged in
    05/01/31 16:52:36 [260] JDBCDriverVersion: 10.1.0.3.0
    05/01/31 16:52:36 [261] DatabaseProductName: Oracle
    05/01/31 16:52:36 [262] DatabaseProductVersion: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options JServer Release 9.2.0.6.0 - Production
    05/01/31 16:52:36 [263] **PCollManager.resolveName** tabName=PS_TXN
    05/01/31 16:52:36 [264] Getting a connection for internal use...
    05/01/31 16:52:36 [265] Creating internal connection...
    05/01/31 16:52:36 [266] Oracle SQLBuilder: Registered driver: oracle.jdbc.driver.OracleDriver
    05/01/31 16:52:36 [267] Creating a new pool resource
    05/01/31 16:52:36 [268] Trying connection/1: url='jdbc:oracle:thin:ltcop/[email protected]:1521:db20'...

    Hi Vishal,
    Hello,
    Unfortunately WLS 6.1 is not supported on Solaris 10. Also as of Nov 14, 2005 WLS 6.1 entered the mature phase and will be no longer supported by BEA.
    http://e-docs.bea.com/wls/certifications/certs_610/overview.html
    Do let me know if you need any assistance in upgrading
    Cheers
    Raj

  • Problems migrating data via LSMW using the IDoc method

    Hello everybody,
    I got a very strange problem migrating data via the LSMW. I tried to map legacy data using the IDoc mapping method. I'm using the message type 'CRMXIF_PARTNER_SAVE_M ' and the basic IDoc type 'CRMXIF_PARTNER_SAVE_M01'.
    I can read the import data and convert it to IDoc structure as well as generate the IDoc. When I start processing the IDoc afterwards I get always the same error messages which I don't understand...
    The errors are:
    1) Error status 'A ' calling validation service (Status 51)
    2) Validation error occurred: Module CRM_BUPA_MAIN_VAL , BDoc type BUPA_MAIN (Status 51)
    3) Error_Time Dependency_Addresses CHECK_TABLE_MISSING (Status 51)
    4) Internal error when calling operation module BUA_CHECK_ADDRESS_VALIDITY_ALL : Check table missing (Status 51)
    5) Address moves ignored in the case of time-independent systems (Status 51)
    6) Partner data processed with key PartnerGUID 4BF67ADE9B9923BEE10000000A3500DB (Status 51)
    7) Partner (4BF67ADE9B9923BEE10000000A3500DB ): the following errors occurred (Status 51)
    I tried to import the following data:
    external ID
    Name1
    Name2
    Address data
    Telephone data
    Fax data
    Website data
    Can anybody tell me where those errors come from and how I can fix them. Would be great if somebody could help me!
    Thank you and best regards,
    Markus

    so apparently my issue with this was setting the time zone in the Address to the time zone of the user doing the conversion. You can find the time zone in SU01.
    Also you can create a BP in the WebUI then check t-code SMW01 and it will help you on passing the values to CRMXIF_PARTNER_SAVE
    Edited by: Akeem Lockett on Jul 8, 2010 7:44 AM

  • Problem migrating Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0

    Hi all,
    I am having problems migrating my Toplink Workbench project from 9.0.4.5 to 10.1.3.1.0! I used the Toplink Workbench to open and convert the existing project. The conversion succeeded, but when I tried to export the mappings I got this:
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportDeploymentXML(MWProject.java:804)
         at oracle.toplink.workbench.mappingsplugin.ProjectDeploymentXmlGenerationCoordinator.exportProjectDeploymentXml(ProjectDeploymentXmlGenerationCoordinator.java:46)
         at oracle.toplink.workbench.mappingsplugin.ExportDeploymentXmlAction.execute(ExportDeploymentXmlAction.java:27)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Anyone seen this error before? This is very critical for us. Please help. Thanks.
    Regards,
    gkk1969

    I am seeing the same problem when i try to do Export to Java Source
    java.lang.NullPointerException
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalPrimaryKeyPolicy.adjustRuntimeDescriptor(MWRelationalPrimaryKeyPolicy.java:174)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalTransactionalPolicy.adjustRuntimeDescriptor(MWRelationalTransactionalPolicy.java:85)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWDescriptor.buildRuntimeDescriptor(MWDescriptor.java:423)
         at oracle.toplink.workbench.mappingsmodel.descriptor.MWMappingDescriptor.buildRuntimeDescriptor(MWMappingDescriptor.java:860)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWRelationalClassDescriptor.buildRuntimeDescriptor(MWRelationalClassDescriptor.java:791)
         at oracle.toplink.workbench.mappingsmodel.descriptor.relational.MWTableDescriptor.buildRuntimeDescriptor(MWTableDescriptor.java:955)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.buildRuntimeProject(MWProject.java:932)
         at oracle.toplink.workbench.mappingsmodel.project.MWProject.exportProjectSource(MWProject.java:824)
         at oracle.toplink.workbench.mappingsplugin.ProjectSourceGenerationCoordinator.exportProjectSource(ProjectSourceGenerationCoordinator.java:68)
         at oracle.toplink.workbench.mappingsplugin.ExportJavaSourceAction.execute(ExportJavaSourceAction.java:31)
         at oracle.toplink.workbench.framework.action.AbstractFrameworkAction.actionPerformed(AbstractFrameworkAction.java:134)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • Problem facing installing Solaris 10 on Dell inspiron 6400.

    Hi,
    I am facing problem in installing Solaris 10 on my Dell inspiron 6400.
    It is giving "cannot find driver for screen device /isa/motherboard@1,61" error.
    Please help...
    Thanks In Advance
    Saurabh

    Hi all,
    I've also the same problem, I tried the 11/06 but after GRUB , it hangs. HereBelow the HCL.
    No Solaris Driver
         No Solaris Driver
         Multimedia
         Intel Corporation
         82801G (ICH7 Family) High Definition Audio Controller
    No Solaris Driver
         No Solaris Driver
         Network
         Intel Corporation
         PRO/Wireless 3945ABG Network Connection
    Solaris 10 11/06
         Solaris 10 11/06
         Firewire
         Ricoh Co Ltd
         Unknown device
         hci1394
    Note-1
         Note-1
         Network
         Broadcom Corporation
         BCM4401-B0 100Base-TX
         bfe
    Solaris 10 11/06
         Solaris 10 11/06
         Video
         Intel Corporation
         Mobile 945GM/GMS/940GML Express Integrated Graphics Controller
         vgatext
    Solaris 10 11/06
         Solaris 10 11/06
         Storage
         Intel Corporation
         82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE
         pci-ide
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #1
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #2
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #3
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB UHCI #4
         uhci
    Solaris 10 11/06
         Solaris 10 11/06
         USB
         Intel Corporation
         82801G (ICH7 Family) USB2 EHCI Controller
         ehci

  • Problem while installing solaris 10 on HP proliant DL 380 G5.

    Hi,
    facing problem while installing solaris 10 05/09 on HP proliant DL 380G5. The array controller is E200.
    i have installed the raid controller driver CPQary3-2.1.0-solaris10-i386, it is going ahead but not detecting the whole hard disk space. My hard disk space is SAS 146GB. There are two 146GB hard disk present. It is showing only 978 MB & only one hard disk. So please help me out. my mail ID is [email protected]

    I have a similar issue trying to load Solaris 10u4 on an IBM x236.
    I had to put in a recognized SCSI card, attach an external array to the card, and install Solaris 10u4 on the array. Then I had to install the correct driver from OpenSolaris (an Adaptec one for IBM ServeRAID), and do a live upgrade onto the now-visible internal disks. Then I removed the array and cleaned up the traces from the live upgrade.
    You may have to do something similar.
    And last month the boot drive got corrupted when power was interrupted. "Oops. Wrong plugs..." This time the external array will stay connected.

  • Migrating from Solaris 2.6 to 8.0

    We are migrating from Solaris 2.6 to 8.0, and my concern is all code and application which are on 2.6 is portable or not ?. Also we are using oracle 8.1.7 as out database. All code are written in C.
    Can anyone help me in this "porting"?
    Thanks in advance
    KP

    Does someone can tell me where i can find information about
    migration from solaris 2.6 to 8.0 concerning C and C++ programs and shell scripts
    Thanks you in advance
    sunsifac

  • Migrating to solaris 2.8 to 8.0

    Does someone can tell me where i can find information about
    migration from solaris 2.6 to 8.0 concerning C and C++ programs and shell scripts
    Thanks you in advance
    sunsifac

    Please try docs.sun.com. You could find C++ Migration Guide there. As to C, the binary interface for C compiler hasn't changed in years. As such, .o's compiled with any of the compiler versions(From old version workshop 5.0 to the current Sun One Studio 8) should link with .o's from any other versions.
    Not sure about script.
    - Rose

  • Problem migrating from JSF Mojarra 1.2 to 2.0

    As my subject suggests, I am having a problem migrating from JSF 1.2 to JSF 2.0.
    As a first step, all that I had done was to replace both 'jsf-api.jar' and 'jsf-impl.jar' with the newer version 2.0 and restart my server.
    As expected, server failed to publish with the following error message on the console. Any hint on solving this issue is highly appreciated.
    The error message goes as below:
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application D:\MalcolmX\web. Please make sure that the annotations are valid. The error is com.sun.faces.taglib.jsf_core.BeanValidatorTag>
    <Jun 30, 2009 10:31:54 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application '_auto_generated_ear_' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTag
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    Thanks.

    SirG wrote:
    As expected, server failedWow :P
    The error message goes as below:
    java.lang.ClassNotFoundException: com.sun.faces.taglib.jsf_core.BeanValidatorTagIs it in classpath? Exception says it is not.
    Don't you have some JSF 1.2 libraries around somewhere else in classpath? Appserver/lib? JDK/lib? Etc. You might have a mix of JSF 1.2 and JSF 2.0 in the classpath and the exception is just been caused by this collision.

  • Migrating from Solaris to AIX

    Hi
    We are planning to migrate from Solaris to AIX. What document will help me to follow?
    If possible send me exact link.
    Our current environment is R/3 4.6c, Oracle 9.2.3 and Solaris 5.9
    Please let me know as quickly as possible.
    Thank-you

    > We are planning to migrate from Solaris to AIX. What document will help me to follow?
    Start with
    http://service.sap.com/osdbmigration
    --> FAQ
    where you will see, that you need a certified migration consultant on-site to do that migration.
    > Our current environment is R/3 4.6c, Oracle 9.2.3 and Solaris 5.9
    since that version is out of support for a long time there are no more official migration guides available, that must be covered by consulting. Technically it will be done by R3SETUP with DBMIG.R3S as parameter file.
    Markus

  • Migrate form Solaris to AIX

    Hi all,
    I'm currently performing a datawarehouse database migrating from Solaris 9, Oracle RAC 10g 10.2.0.3 (64 bit)
    to a new server on IBM AIX 5.3. Can I use transportable tablespace feature to migrate form Solaris to AIX ? The database size about 4TB.

    Assuming you're talking about Solaris SPARC you can transport a complete database:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn.htm#CHDEFAEE
    Werner

  • Migration to Solaris 10

    Is there a way to preserve the existing configuration when migrating from Solaris 9 (SPARC platform) to Solaris 10?
    I have never done it before, therefore; I am a little weary of it. If any one can lend a hand or a few tips and pointers, that would be greatly appreciated.
    I would have guessed that with the big push to move to Solaris 10 that there would be more about migrating older systems to it.

    I just upgraded a Sparc box from Sol 8 to 10. During the install, it checks for available drive space. If you don't have enough, you are given the option to have the upgrade process back up data to a tape, network resource or a disc slice. It DOES NOT actually tell you how much space you need, just that you need it. I was able to put in a slice location (c0t0d0s1 for example) that had extra drive space and it worked. My upgraded added 1.6 GB to the root slice without adding any extra software, just upgrading the OS.
    Be sure to back up. When I did this on a x86 in testing, this backup did not work and when I tried to get out of it, I lost the VTOC table, the boot.bin file...and could not reboot at all.

  • Problems migrating project in JDeveloper

    Hello OraclALL,
    I am having problems migrating my project from JDeveloper 10.1.2 to version 10.1.3.
    Actualyl the problem is specific to the UML diagramas. It was able to correctly convert the Class Diagram and ER Diagram, but did not work with Use Case Diagram neither with Activity Diagrams.
    Is there something I can do to import, convert or migrate my project with all diagrams included?
    Thanks

    There is nothing special to be done to migrate those uml diagrams. The migration which succeeded in migrating your other diagrams should also have migrated the use case and activity diagrams.
    You say that it did not work for use case and activity, could you describe what the problem is with those diagrams ?
    If there was some error dialogs, exceptions during the migration process or when you try to open those diagrams ... could you also describe/paste them ?
    Alternatively you can send all this information to me.
    Thanks very much.
    Dominique

Maybe you are looking for

  • Network volumes with the same name

    Hi everybody. I recently got a Mac at the office. Yay! But I have an issue with network volumes. There are several machines I need to connect to using smb/cifs. Two of our development servers (Linux servers using smb/cifs) are configured to share eac

  • Fiscal year change in AA

    Dear All, We wanted to run the asset history list report (AR01) as of 31.03.2007. The system is giving an error message saying that "Fiscal Year Change is not done". Please confirm if we can take this report without doing Fiscal year change or is the

  • Close JInternalFrame on system menu double click

    By default, a JInternalFrame will not close when its system menu (upper-left menu in Windows) is double clicked. I have tried adding a InternalFrameListener, but it is not invoked when I double-click on the system menu. How can I do this? Thanks, Mic

  • [OT] Web Critique

    Hi, I would you to check this site I built entirely in CSS, without tables, and give me your opinions, suggestions, etc. http://w3.agrotech.com.ar/ Thanks, Maxi.

  • L'image disque de sauvegarde « /Volumes/Time Capsule » est déjà utilisée.

    Hi, since few weeks an error message pops up on my screen with the following message: L'image disque de sauvegarde « /Volumes/Time Capsule de Gina-Marie /Ordi Gina.sparsebundle » est déjà utilisée. Anyone knows how to fix this. I keep trying allocati